We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbf0e6 commit 8c6fba0Copy full SHA for 8c6fba0
3 files changed
README.md
@@ -105,7 +105,15 @@ A note about factorions is available [here](https://inria.hal.science/hal-052656
105
106
## Building and installation instructions
107
108
-To build and install manually, do:
+The easiest way to install the latest released version of mathcomp-extra
109
+is via [OPAM](https://opam.ocaml.org/doc/Install.html):
110
+
111
+```shell
112
+opam repo add rocq-released https://rocq-prover.org/opam/released
113
+opam install coq-mathcomp-extra
114
+```
115
116
+To instead build and install manually, do:
117
118
``` shell
119
git clone https://github.com/thery/mathcomp-extra.git
_CoqProject
@@ -37,3 +37,4 @@ cprime.v
37
prime6.v
38
liouville.v
39
nicomachus.v
40
+repeatxy.v
0 commit comments