From 033354c61a1ad5c1b9ba254fc6491d13d3c14fa6 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 20 Sep 2017 11:14:43 +0200 Subject: [PATCH] update README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2fec6cd7..80b0f882 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,19 @@ This is the Coq development accompanying lambda-Rust. This version is known to compile with: - - Coq 8.6 + - Coq 8.6.1 - Ssreflect 1.6.1 - A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/) The easiest way to install the correct versions of the dependencies is through -opam. Coq packages are available on the coq-released repository, set up by the -command: +opam. You will need the Coq and Iris opam repositories: opam repo add coq-released https://coq.inria.fr/opam/released + opam repo add iris-dev https://gitlab.mpi-sws.org/FP/opam-dev.git -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. +Once you got opam set up, run `make build-dep` to install the right versions +of the dependencies. When the dependencies change, just run `make build-dep` +again. ## Building Instructions -- GitLab