Skip to content

Commit

Permalink
update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Nov 23, 2019
1 parent 8b1b279 commit 8f1cfb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f1cfb9

Please sign in to comment.