aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@inria.fr>2020-07-20 11:52:01 +0200
committerChantal Keller <Chantal.Keller@inria.fr>2020-07-20 11:52:01 +0200
commit403573beef052365aa6d0c78602e2a029669fecb (patch)
tree079434f268c6bdcd483ddb914e1bd483a2f2b825
parent60aa08c01f215a4745e58153e75c163bef87ece3 (diff)
parent9c9faf18affce1c7b561b93584a779d8b6f36b2f (diff)
downloadsmtcoq-403573beef052365aa6d0c78602e2a029669fecb.tar.gz
smtcoq-403573beef052365aa6d0c78602e2a029669fecb.zip
Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10
-rw-r--r--INSTALL.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 68de1b4..8fc678c 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -74,7 +74,7 @@ Then follow the instructions of the previous section.
### Requirements
-You need to have OCaml version >= 4.09.0 and Coq version 8.9.0.
+You need to have OCaml version >= 4.09.0 and Coq version 8.9.*.
> **Warning**: The version of Coq that you plan to use must have been compiled
> with the same version of OCaml that you are going to use to compile
@@ -118,16 +118,16 @@ opam switch create ocaml-base-compiler.4.09.0
### Install Coq
-After OCaml is installed, you can install Coq-8.9.0 through opam.
+After OCaml is installed, you can install Coq-8.9.1 through opam.
```bash
-opam install coq.8.9.0
+opam install coq.8.9.1
```
If you also want to install CoqIDE at the same time you can do
```bash
-opam install coq.8.9.0 coqide.8.9.0
+opam install coq.8.9.1 coqide.8.9.1
```
but you might need to install some extra packages and libraries for your system