File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,14 @@ highlights: |
22
22
23
23
## Changes
24
24
25
- See the full [ changelog] ( https://rocq-prover.org/doc/V9.0/refman/changes.html#changes-in-9-0-0 ) in the reference manual.
25
+ See the full [ changelog] ( https://rocq-prover.org/doc/V9.0.0 /refman/changes.html#changes-in-9-0-0 ) in the reference manual.
26
26
27
27
## Installation Instructions
28
28
29
29
The base proof assistant can be installed as an opam switch with the following commands:
30
30
``` bash
31
31
opam update
32
32
opam switch create 4.14.1
33
- opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev
34
33
opam install rocq-prover.9.0.0
35
34
```
36
35
@@ -40,11 +39,11 @@ Source Distribution
40
39
-------------------
41
40
42
41
- [ Source
43
- tarball] ( https://github.com/coq/coq/archive/refs/tags/V9 .0.tar.gz )
42
+ tarball] ( https://github.com/coq/coq/releases/download/V9.0.0/rocq-9.0 .0.tar.gz )
44
43
(` .tar.gz ` ) for compilation under Unix (including Linux and macOS X)
45
44
and Microsoft Windows (including Cygwin).
46
45
- Also available in
47
- [ ` .zip ` ] ( https://github.com/coq/coq/archive/refs/tags/V9 .0.zip )
46
+ [ ` .zip ` ] ( https://github.com/coq/coq/releases/download/V9.0.0/rocq-9.0 .0.zip )
48
47
format.
49
48
- [ Opam] ( https://opam.ocaml.org/ ) is a source-based distribution of
50
49
OCaml, Rocq and many companion libraries and tools. Compilation and
You can’t perform that action at this time.
0 commit comments