From f1050f850abe5d6f64159afc77154469e505864a Mon Sep 17 00:00:00 2001 From: mtfishman Date: Wed, 27 Nov 2024 19:20:38 -0500 Subject: [PATCH] Fix installation instructions --- README.md | 2 +- examples/README.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7835944..d6162ab 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ```julia julia> using Pkg: Pkg -julia> Pkg.add("https://github.com/ITensor/TensorAlgebra.jl") +julia> Pkg.add(url="https://github.com/ITensor/TensorAlgebra.jl") ``` ## Examples diff --git a/examples/README.jl b/examples/README.jl index cd8c2a3..69f2260 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/TensorAlgebra.jl") +julia> Pkg.add(url="https://github.com/ITensor/TensorAlgebra.jl") ``` =#