From 3263293fb4f0e86cbbc74cd4641b059c8bf1c2a4 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Wed, 27 Nov 2024 14:31:13 -0500 Subject: [PATCH] Fix installation instructions --- README.md | 2 +- examples/README.jl | 2 +- templates/docs/README.md | 2 +- templates/examples/examples/README.jl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3478d11..07bb2d0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/examples/README.jl b/examples/README.jl index 4899d54..5f426b7 100644 --- a/examples/README.jl +++ b/examples/README.jl @@ -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") ``` =# diff --git a/templates/docs/README.md b/templates/docs/README.md index 09b8d46..e9c7fc5 100644 --- a/templates/docs/README.md +++ b/templates/docs/README.md @@ -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 diff --git a/templates/examples/examples/README.jl b/templates/examples/examples/README.jl index 05f8c4e..0d60358 100644 --- a/templates/examples/examples/README.jl +++ b/templates/examples/examples/README.jl @@ -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") ``` =#