From e4d5fc87ce8a212fb39a3c31c741a22c8f99f0ac Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Sun, 27 Nov 2016 21:24:17 +0100
Subject: [PATCH] README: add instructions for how to get fixed ssreflect
 version

---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index eead81e94..0bea82700 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,10 @@ For development, better make sure you have a version of Ssreflect that includes
 commit ad273277 (no such version has been released so far, you will have to
 fetch the development branch yourself). Iris compiles fine even without this
 patch, but proof bullets will only be in 'strict' (enforcing) mode with the
-fixed version of Ssreflect.
+fixed version of Ssreflect.  If you are using opam, you can easily get a fixed
+version by running
+
+    opam pin add coq-mathcomp-ssreflect https://github.com/math-comp/math-comp.git#ad273277ab38bfe458e9332dea5f3a79e3885567
  
 ## Building Instructions
 
-- 
GitLab