aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Cohen2019-04-08 17:07:56 +0200
committerGitHub2019-04-08 17:07:56 +0200
commit9b8d64cd93474c48200c06ac0e5c3da62fbf915b (patch)
tree2b1ad626f07110582d3419dedb1d29a2b9306f7e
parent10f14cf5b5e0e2ea0e84f8f981609d6c39a296cb (diff)
Update INSTALL.md
-rw-r--r--INSTALL.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 3167b1a..b712d98 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -20,11 +20,11 @@ you can install any math-comp package via
opam repo add coq-released https://coq.inria.fr/opam/released
opam pin add -n coq -k version 8.8.0
opam install coq -j3
-opam install coq-mathcomp-ssreflect.1.7.0 -j3
+opam install coq-mathcomp-ssreflect -j3
```
Replace `ssreflect` here by the package you want, the dependencies will be
installed automatically. We recommend pinning a particular version of Coq
-(here `8.8.0`).
+(we give `8.8.0` as an example, see `CHANGELOG.md` for the supported versions).
To get the latest development version you need to execute the following:
```
opam repo add coq-extra-dev https://coq.inria.fr/opam/extra-dev
@@ -49,7 +49,7 @@ the directory.
## Compilation and installation with make
The instructions assume you are in the `mathcomp` directory and that
-you have a supported version of Coq: 8.6, 8.7 or 8.8.
+you have a supported version of Coq (listed in `CHANGLOG.md`).
If `coqc` is in your `PATH`, then you are good to go. Alternatively, you
can export the `COQBIN` variable to tell `make` where the `coqc` binary is:
@@ -78,7 +78,7 @@ this file `INSTALL.md`) and that you have OPAM installed and
configured with the standard Coq repositories.
First, we recommend pinning a particular version of Coq
-(here `8.8.0`):
+(e.g. `8.8.0`):
```
opam pin add -n coq -k version 8.8.0
```