Skip to content

Commit 24cf6f4

Browse files
committed
now in Coq's OPAM
1 parent 620e995 commit 24cf6f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ several parallel make jobs, e.g., `make -j 4`.
3232

3333
### Installation via OPAM
3434

35-
The framework components of the project may be installed into Coq's
35+
The latest release of the framework components of the project may be installed into Coq's
3636
`user-contrib` directory via [OPAM](https://opam.ocaml.org/doc/Install.html)
3737
for easy use in other developments; this will automatically install all
3838
requirements.
@@ -41,8 +41,7 @@ Make sure OPAM is installed and use the following commands:
4141

4242
```
4343
opam repo add coq-released https://coq.inria.fr/opam/released
44-
opam repo add distributedcomponents-dev http://opam-dev.distributedcomponents.net
45-
opam install disel
44+
opam install coq-disel
4645
```
4746

4847
As an alternative, a VM for a previous version has been provided for

0 commit comments

Comments
 (0)