aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-08-18 11:05:28 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-08-18 11:05:28 +0200
commit8e89e326b56c7f1c1d5718e097b972c080da7599 (patch)
tree58357a6312303123f2649b4ec518ee1963980d67 /INSTALL.md
parente25e5469bbb9c863a9514728e8a6cd4a0df62c59 (diff)
downloadsmtcoq-8e89e326b56c7f1c1d5718e097b972c080da7599.tar.gz
smtcoq-8e89e326b56c7f1c1d5718e097b972c080da7599.zip
Update installation instructions
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index ba1f420..764ce89 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -73,7 +73,7 @@ Then follow the instructions of the previous section.
### Requirements
-You need to have OCaml version >= 4.11.1 and Coq version 8.12.*.
+You need to have OCaml version >= 4.11.1 and Coq version 8.13.*.
> **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
@@ -111,16 +111,16 @@ opam switch create ocaml-base-compiler.4.11.1
### Install Coq
-After OCaml is installed, you can install Coq-8.12.1 through opam.
+After OCaml is installed, you can install Coq-8.13.2 through opam.
```bash
-opam install coq.8.12.1
+opam install coq.8.13.2
```
If you also want to install CoqIDE at the same time you can do
```bash
-opam install coq.8.12.1 coqide.8.12.1
+opam install coq.8.13.2 coqide.8.13.2
```
but you might need to install some extra packages and libraries for your system