aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index b33517a..9bb2645 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,14 @@ the more recent `OPAM` one. The released and current dev version are
also available as opam packages.
## Compilation and installation of released and current dev version with OPAM
+If you just installed opam you may have to do the following. You may also want
+to read opam user manual first https://opam.ocaml.org/doc/Usage.html
+```
+opam init
+eval `opam config env`
+```
+Once your opam envionement is configure you can install any math-comp package via
```
-opam init # if you use opam for the first time
opam repo add coq-released https://coq.inria.fr/opam/released
opam pin add -n coq -k version 8.7.0
opam install coq -j3