We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7221e4 commit 2a7a8f7Copy full SHA for 2a7a8f7
README.md
@@ -102,11 +102,17 @@ instead of `make` in all previous commands.
102
103
### Install using opam
104
105
-If you use opam, you can install `coq-dpdgraph` and `ocamlgraph` using
+If you use opam with the latest version of Coq, you can install
106
+`coq-dpdgraph` and `ocamlgraph` using
107
108
$ opam repo add coq-released https://coq.inria.fr/opam/released
109
$ opam install coq-dpdgraph
110
111
+To install a specific release of `coq-dpdgraph` for a previous version of
112
+Coq, add the appropriate suffix, for example,
113
+
114
+ $ opam install coq-dpdgraph.1.0+8.16
115
116
### Test
117
118
If you install the archive by cloning the git repository, you have
0 commit comments