Skip to content

Commit

Permalink
Fix installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Nov 27, 2024
1 parent 7727c94 commit 3263293
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
```julia
julia> using Pkg: Pkg

julia> Pkg.add("https://github.com/ITensor/ITensorPkgSkeleton.jl")
julia> Pkg.add(url="https://github.com/ITensor/ITensorPkgSkeleton.jl")
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion examples/README.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
```julia
julia> using Pkg: Pkg
julia> Pkg.add("https://github.com/ITensor/ITensorPkgSkeleton.jl")
julia> Pkg.add(url="https://github.com/ITensor/ITensorPkgSkeleton.jl")
```
=#

Expand Down
2 changes: 1 addition & 1 deletion templates/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
```julia
julia> using Pkg: Pkg

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

## Examples
Expand Down
2 changes: 1 addition & 1 deletion templates/examples/examples/README.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
```julia
julia> using Pkg: Pkg
julia> Pkg.add("https://github.com/ITensor/{PKGNAME}.jl")
julia> Pkg.add(url="https://github.com/ITensor/{PKGNAME}.jl")
```
=#

Expand Down

0 comments on commit 3263293

Please sign in to comment.