diff --git a/README.md b/README.md index 64c0181..002c0f2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ Note that this package isn't for production use and is mostly just for benchmark To install MATLABDiffEq.jl, use the following: ```julia -Pkg.clone("https://github.com/JuliaDiffEq/MATLABDiffEq.jl") +using Pkg +Pkg.add("MATLABDiffEq") ``` ## Using MATLABDiffEq.jl