aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico2017-01-18 15:46:22 +0100
committerGitHub2017-01-18 15:46:22 +0100
commit190761d6abc4cb29a291c93e5cce128a93371b52 (patch)
treec471a785bb351fc9637b4b6ab9cbd7d4c5ae8574
parentdead710d5b89bd3bbbadf0c5662fa20a87ce1b49 (diff)
parentdd7657ec58116e8af5cbb741f82afea12e1dc2d1 (diff)
Merge pull request #78 from falcondai/patch-1
minor change to the opam install example
-rw-r--r--etc/INSTALL.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/INSTALL.md b/etc/INSTALL.md
index 0ea3c4c..b293831 100644
--- a/etc/INSTALL.md
+++ b/etc/INSTALL.md
@@ -1,7 +1,9 @@
# INSTALLATION PROCEDURE
Users familiar with OPAM can use such tool to install Coq and the Mathematical Components library with commands like
-`opam coq-mathcomp-fingroup`.
+
+ opam repo add coq-released http://coq.inria.fr/opam/released
+ opam install coq-mathcomp-fingroup
This document is for users that installed Coq in another way, for example
compiling it from sources.