aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico2019-05-22 10:25:20 +0200
committerGitHub2019-05-22 10:25:20 +0200
commita49d250228cb6b39d0b991d30e62f432e5db6015 (patch)
tree9b3ba8631f0e644ba42add609d14f1f864ed906d
parent99c7bbfce81c182ef95b4a5dd8b9e2f09b4f6d2e (diff)
Update INSTALL.md
-rw-r--r--INSTALL.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index a694163..f0103b7 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -8,11 +8,10 @@ the more recent OPAM one (version 2). The released and current dev versions are
also available as OPAM packages.
## Compilation and installation of released and current dev version with OPAM
-If you just installed OPAM version 2 you may have to do the following. You may also want
-to read [OPAM user manual](https://opam.ocaml.org/doc/Usage.html) first.
+If you just installed OPAM version 2 you should proceed as follows:
```
opam --version # should print 2.x.y
-opam init
+opam init -n --comp=ocaml-base-compiler.4.05.0
eval $(opam config env)
```
Once your OPAM environment is configured
@@ -31,6 +30,7 @@ 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
opam install coq-mathcomp-ssreflect.dev -j3
```
+You can learn more about OPAM by reading its [user manual](https://opam.ocaml.org/doc/Usage.html).
## Compilation and installation in a dedicated OPAM root