diff options
| author | Enrico | 2018-06-08 10:21:22 +0200 |
|---|---|---|
| committer | GitHub | 2018-06-08 10:21:22 +0200 |
| commit | bcba70f86ac39c3d234da0d696c4b32a741e71cf (patch) | |
| tree | 0b8e9e514419dd242126b3a0171e685337620c07 /INSTALL.md | |
| parent | 428b9330643cca6ca4069afc54923690876af918 (diff) | |
Update INSTALL.md
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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 |
