Skip to content

Commit

Permalink
README: opam install for specific Coq version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrk authored and ybertot committed Nov 13, 2024
1 parent a7221e4 commit 2a7a8f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,17 @@ instead of `make` in all previous commands.

### Install using opam

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
`coq-dpdgraph` and `ocamlgraph` using

$ opam repo add coq-released https://coq.inria.fr/opam/released
$ opam install coq-dpdgraph

To install a specific release of `coq-dpdgraph` for a previous version of
Coq, add the appropriate suffix, for example,

$ opam install coq-dpdgraph.1.0+8.16

### Test

If you install the archive by cloning the git repository, you have
Expand Down

0 comments on commit 2a7a8f7

Please sign in to comment.