Skip to content

Commit 9a43aaa

Browse files
committed
Update readme to reflect official release
1 parent f00c2d5 commit 9a43aaa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Qed.
3333

3434
## Installation
3535

36-
1. Pin [opam](https://opam.ocaml.org/) dependency source
36+
1. Add the Rocq [opam](https://opam.ocaml.org/) repository
3737

3838
```sh
39-
opam pin add --no-action strict-order-solver.0.1.0 https://github.com/epfl-systemf/StrictOrderSolver.git
39+
opam repo add rocq-released https://rocq-prover.org/opam/released
4040
```
4141

42-
2. Install as a dependency (or add `strict-order-solver` to your `dune-project`/`.opam` file with the `0.1.0` version selected)
42+
2. Install as a dependency (or add `strict-order-solver` to your `dune-project`/`.opam` file)
4343

4444
```sh
4545
opam install strict-order-solver

0 commit comments

Comments
 (0)