diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 18c3cd0d8608d88df7c4659d54973bb36b13357d..c8d4924bf24416a8ce6d41b24c5766f63d19cb8e 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.