aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico2018-06-08 10:21:22 +0200
committerGitHub2018-06-08 10:21:22 +0200
commitbcba70f86ac39c3d234da0d696c4b32a741e71cf (patch)
tree0b8e9e514419dd242126b3a0171e685337620c07
parent428b9330643cca6ca4069afc54923690876af918 (diff)
Update INSTALL.md
-rw-r--r--INSTALL.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 2c0769a..8857dad 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -33,14 +33,18 @@ opam install coq-mathcomp-ssreflect.dev -j3
## Compilation and installation in a dedicated OPAM root
-If you want to install the library in a sedicated environment
-(lets name it `MC`) which
-will remain independed from your current OPAM setup you can:
+If you want to install the library in a dedicated environment
+(let's name it `MC`) which will remain independent from your
+current OPAM setup you can run the following commands:
```
opam init --root=$PWD/MC
eval `opam config env --root=$PWD/MC`
```
-After that the instructions above apply.
+After that the installations instructions above apply.
+
+Coq and the library are installed in the `$PWD/MC` directory
+(called an OPAM root). To discard the OPAM root, simply delete
+the directory.
## Compilation and installation with make