From a3ffa47607d400afaaccbc7932c9736b80d4d697 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 7 Nov 2019 17:22:01 +0100 Subject: [PATCH] expand README --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 18c3cd0d8..c8d4924bf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,6 +26,8 @@ a feature branch instead. * Wait for CI to publish a new std++ version on the opam archive, then run `opam update iris-dev`. * In Iris, change the `opam` file to depend on the new version. + (In case you do not use opam yourself, you can see recently published versions + [in this repository](https://gitlab.mpi-sws.org/iris/opam/commits/master).) * Run `make build-dep` (in Iris) to install the new version of std++. You may have to do `make clean` as Coq will likely complain about .vo file mismatches. -- GitLab