1 parent b43fbf5 commit 7c615a4Copy full SHA for 7c615a4
1 file changed
README.md
@@ -14,10 +14,10 @@ See the [presentation at JuMP-dev 2025](https://jump.dev/meetings/jumpdev2025/).
14
15
## Installation
16
17
-The package is not registered yet so to install `GenOpt` using `Pkg.add`, do:
+Install GenOpt as follows:
18
```julia
19
import Pkg
20
-Pkg.add("https://github.com/blegat/GenOpt.jl")
+Pkg.add("GenOpt")
21
```
22
23
## Use with JuMP
0 commit comments