We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1b279 commit 8f1cfb9Copy full SHA for 8f1cfb9
README.md
@@ -15,7 +15,8 @@ Note that this package isn't for production use and is mostly just for benchmark
15
To install MATLABDiffEq.jl, use the following:
16
17
```julia
18
-Pkg.clone("https://github.com/JuliaDiffEq/MATLABDiffEq.jl")
+using Pkg
19
+Pkg.add("MATLABDiffEq")
20
```
21
22
## Using MATLABDiffEq.jl
0 commit comments