Skip to content

Commit 6993f8d

Browse files
authored
Update README.md
1 parent 07a799d commit 6993f8d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,14 @@ tricks and FAQs. If you want to work on the implementation of HB, this
8989

9090
<details><summary>(click to expand)</summary><p>
9191

92-
HB works on Coq 8.11, 8.12, 8.13 and 8.14
93-
94-
- You can install it via OPAM
92+
- You can install HB via OPAM
9593

9694
```shell
9795
opam repo add coq-released https://coq.inria.fr/opam/released
9896
opam install coq-hierarchy-builder
9997
```
10098

101-
- You can use it in nix with the attribute `coqPackages_8_13.hierarchy-builder` e.g.
99+
- You can use it in nix with the attribute `coqPackages_8_XX.hierarchy-builder` e.g.
102100
via `nix-shell -p coq_8_13 -p coqPackages_8_13.hierarchy-builder`
103101

104102
</p></details>

0 commit comments

Comments
 (0)