Skip to content

Commit 8f1cfb9

Browse files
update installation instructions
1 parent 8b1b279 commit 8f1cfb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Note that this package isn't for production use and is mostly just for benchmark
1515
To install MATLABDiffEq.jl, use the following:
1616

1717
```julia
18-
Pkg.clone("https://github.com/JuliaDiffEq/MATLABDiffEq.jl")
18+
using Pkg
19+
Pkg.add("MATLABDiffEq")
1920
```
2021

2122
## Using MATLABDiffEq.jl

0 commit comments

Comments
 (0)