Skip to content

Commit f0c1013

Browse files
authored
Update README.md with Pkg.add instructions (#50)
1 parent 84a18ff commit f0c1013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Install `MathOptAnalyzer` using `Pkg.add`:
2323

2424
```julia
2525
import Pkg
26-
Pkg.add(; url = "https://github.com/jump-dev/MathOptAnalyzer.jl")
26+
Pkg.add("MathOptAnalyzer")
2727
```
2828

2929
## Documentation
3030

31-
The [documentation for MathOptAnalyzer.jl](https://jump.dev/MathOptAnalyzer.jl/dev/)
31+
The [documentation for MathOptAnalyzer.jl](https://jump.dev/MathOptAnalyzer.jl/stable/)
3232
describes how to use the package.

0 commit comments

Comments
 (0)