From 8f1cfb924dbebed440042150ed541795708898de Mon Sep 17 00:00:00 2001 From: Chris Rackauckas Date: Sat, 23 Nov 2019 10:12:58 -0500 Subject: [PATCH] update installation instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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