We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a799d commit 6993f8dCopy full SHA for 6993f8d
README.md
@@ -89,16 +89,14 @@ tricks and FAQs. If you want to work on the implementation of HB, this
89
90
<details><summary>(click to expand)</summary><p>
91
92
-HB works on Coq 8.11, 8.12, 8.13 and 8.14
93
-
94
-- You can install it via OPAM
+- 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_13.hierarchy-builder` e.g.
+- 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`
103
104
</p></details>
0 commit comments