Skip to content

Commit ccbeb28

Browse files
Update installation instructions for HB (#578)
Update installation instructions for HB closes #539 co-authored-by: Alessandro Bruni <brun@itu.dk>
1 parent 2506a86 commit ccbeb28

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,14 @@ tricks and FAQs. If you want to work on the implementation of HB, this
9191

9292
<details><summary>(click to expand)</summary><p>
9393

94-
- You can install HB via OPAM
95-
96-
```shell
97-
opam repo add coq-released https://coq.inria.fr/opam/released
98-
opam install coq-hierarchy-builder
99-
```
100-
101-
- You can use it in nix with the attribute `coqPackages_8_XX.hierarchy-builder` e.g.
102-
via `nix-shell -p coq_8_13 -p coqPackages_8_13.hierarchy-builder`
94+
- You can install HB via OPAM
95+
```shell
96+
opam repo add rocq-released https://rocq-prover.org/opam/released
97+
opam install rocq-hierarchy-builder
98+
```
99+
100+
- You can use it in nix with the attribute `rocqPackages_9_X.hierarchy-builder` e.g.
101+
via `nix-shell -p rocq_9_0 -p rocqPackages_9_0.hierarchy-builder`
103102

104103
</p></details>
105104

0 commit comments

Comments
 (0)