File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212``` julia
1313julia> 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
Original file line number Diff line number Diff line change 1313```julia
1414julia> 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
Original file line number Diff line number Diff line change 1212``` julia
1313julia> 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
Original file line number Diff line number Diff line change 1313```julia
1414julia> 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
You can’t perform that action at this time.
0 commit comments