From 7a17a440a282cc1d24b5f20c9066a6b2bad9088f Mon Sep 17 00:00:00 2001
From: Jacques-Henri Jourdan <jacques-henri.jourdan@normalesup.org>
Date: Sat, 21 Jan 2017 10:12:11 +0100
Subject: [PATCH] More precision about installation of ssreflect in the readme.

---
 README.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index dea79228c..7cac7bd7c 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,13 @@ This version is known to compile with:
  - Coq 8.6
  - Ssreflect 1.6.1
 
-The easiest way to install the correct versions of the dependencies is through
-opam.  Once you got opam set up, just run `make build-dep` to install the right
+The easiest way to install the correct versions of the dependencies is
+through opam. Ssreflect is available on the coq-released repository,
+set up by the command:
+
+    opam repo add coq-released https://coq.inria.fr/opam/released
+
+Once you got opam set up, just run `make build-dep` to install the right
 versions of the dependencies.  When the dependencies change, just run `make
 build-dep` again.
 
-- 
GitLab