diff --git a/README.md b/README.md index 11b0904..fb5a48e 100644 --- a/README.md +++ b/README.md @@ -26,17 +26,11 @@ If you are a Windows/Mac user, download If you are a Linux user, just open a terminal and use your package manager, e.g. on Debian-based distros run "sudo apt-get install julia", on RedHat-based distros run "sudo dnf install julia". ## Install SpiDy -Following the Julia General Registry guidelines, the package can be installed as follows. *(NB: the entire installation of SpiDy and its dependencies takes about 5 minutes on a bare-bones Julia environment.)* - Start Julia and enter in Pkg REPL mode by pressing **]** then run the following, ```Julia -add https://github.com/quantum-exeter/SpiDy.jl -``` -or alternatively run the following lines in your code, -```Julia -using Pkg; -Pkg.add(url="https://github.com/quantum-exeter/SpiDy.jl") +add SpiDy ``` +*NB: the entire installation of SpiDy and its dependencies takes about 5 minutes on a bare-bones Julia environment.* ## Run SpiDy To run the code,