We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00c2d5 commit 9a43aaaCopy full SHA for 9a43aaa
1 file changed
README.md
@@ -33,13 +33,13 @@ Qed.
33
34
## Installation
35
36
-1. Pin [opam](https://opam.ocaml.org/) dependency source
+1. Add the Rocq [opam](https://opam.ocaml.org/) repository
37
38
```sh
39
-opam pin add --no-action strict-order-solver.0.1.0 https://github.com/epfl-systemf/StrictOrderSolver.git
+opam repo add rocq-released https://rocq-prover.org/opam/released
40
```
41
42
-2. Install as a dependency (or add `strict-order-solver` to your `dune-project`/`.opam` file with the `0.1.0` version selected)
+2. Install as a dependency (or add `strict-order-solver` to your `dune-project`/`.opam` file)
43
44
45
opam install strict-order-solver
0 commit comments