Skip to content

Commit 8c6fba0

Browse files
committed
square with repeating ending xyxyxyxyxy
1 parent cfbf0e6 commit 8c6fba0

3 files changed

Lines changed: 648 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,15 @@ A note about factorions is available [here](https://inria.hal.science/hal-052656
105105

106106
## Building and installation instructions
107107

108-
To build and install manually, do:
108+
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:
109117

110118
``` shell
111119
git clone https://github.com/thery/mathcomp-extra.git

_CoqProject

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ cprime.v
3737
prime6.v
3838
liouville.v
3939
nicomachus.v
40+
repeatxy.v

0 commit comments

Comments
 (0)