Skip to content

Commit 3263293

Browse files
committed
Fix installation instructions
1 parent 7727c94 commit 3263293

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
```julia
1313
julia> using Pkg: Pkg
1414

15-
julia> Pkg.add("https://github.com/ITensor/ITensorPkgSkeleton.jl")
15+
julia> Pkg.add(url="https://github.com/ITensor/ITensorPkgSkeleton.jl")
1616
```
1717

1818
## Examples

examples/README.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
```julia
1414
julia> using Pkg: Pkg
1515
16-
julia> Pkg.add("https://github.com/ITensor/ITensorPkgSkeleton.jl")
16+
julia> Pkg.add(url="https://github.com/ITensor/ITensorPkgSkeleton.jl")
1717
```
1818
=#
1919

templates/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
```julia
1313
julia> using Pkg: Pkg
1414

15-
julia> Pkg.add("https://github.com/ITensor/{PKGNAME}.jl")
15+
julia> Pkg.add(url="https://github.com/ITensor/{PKGNAME}.jl")
1616
```
1717

1818
## Examples

templates/examples/examples/README.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
```julia
1414
julia> using Pkg: Pkg
1515
16-
julia> Pkg.add("https://github.com/ITensor/{PKGNAME}.jl")
16+
julia> Pkg.add(url="https://github.com/ITensor/{PKGNAME}.jl")
1717
```
1818
=#
1919

0 commit comments

Comments
 (0)