diff --git a/README.md b/README.md index 4b05868..93e9fe9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It is currently on very early development stage. ## Installation ```julia -import Pkg; Pkg.add(url="http://github.com/m3g/MolSimToolkit.jl") +import Pkg; Pkg.add("MolSimToolkit") ``` ## Using diff --git a/docs/src/index.md b/docs/src/index.md index 382f60d..fc1d806 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -5,7 +5,7 @@ ## Installation ```julia -import Pkg; Pkg.add(url="http://github.com/m3g/MolSimToolkit.jl") +import Pkg; Pkg.add("MolSimToolkit") ``` ## Using