Skip to content

Commit 7c615a4

Browse files
committed
Update README with registration
1 parent b43fbf5 commit 7c615a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ See the [presentation at JuMP-dev 2025](https://jump.dev/meetings/jumpdev2025/).
1414

1515
## Installation
1616

17-
The package is not registered yet so to install `GenOpt` using `Pkg.add`, do:
17+
Install GenOpt as follows:
1818
```julia
1919
import Pkg
20-
Pkg.add("https://github.com/blegat/GenOpt.jl")
20+
Pkg.add("GenOpt")
2121
```
2222

2323
## Use with JuMP

0 commit comments

Comments
 (0)