Skip to content

Commit 1bf7674

Browse files
authored
Update Pkg.add instructions in README
1 parent bee305f commit 1bf7674

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
@@ -22,7 +22,7 @@ Install `MathOptIIS` using `Pkg.add`:
2222

2323
```julia
2424
import Pkg
25-
Pkg.add(; url = "https://github.com/jump-dev/MathOptIIS.jl")
25+
Pkg.add("MathOptIIS")
2626
```
2727

2828
## The name
@@ -41,5 +41,5 @@ So we choose the name MathOptIIS, and you can decide what the acronym stands for
4141

4242
## Documentation
4343

44-
The [documentation for MathOptIIS.jl](https://jump.dev/MathOptIIS.jl/dev/)
44+
The [documentation for MathOptIIS.jl](https://jump.dev/MathOptIIS.jl/stable/)
4545
describes how to use the package.

0 commit comments

Comments
 (0)