Skip to content

Commit 2ce6d98

Browse files
committed
Update README
1 parent 7d0cc22 commit 2ce6d98

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

README.md

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3012649.svg)](https://zenodo.org/record/3012649#.XcEydZNKjOQ)
55
[![Zulip Chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://coq.zulipchat.com/#narrow/stream/237659-Equations-devs.20.26.20users)
66

7-
Copyright 2009-2022 Matthieu Sozeau `matthieu.sozeau@inria.fr`
7+
Copyright 2009-2025 Matthieu Sozeau `matthieu.sozeau@inria.fr`
88
Copyright 2015-2018 Cyprien Mangin `cyprien.mangin@m4x.org`
99

1010
Distributed under the terms of the GNU Lesser General Public License
@@ -27,10 +27,12 @@ definitions are axiom-free.
2727

2828
***Table of Contents***
2929

30+
- [Learning Equations](#learning-equations)
3031
- [Documentation](#documentation)
31-
- [Papers](#papers)
32-
- [Gallery](examples)
32+
- [Papers and presentations](#papers-and-presentations)
3333
- [Installation](#installation)
34+
- [Install with OPAM](#install-with-opam)
35+
- [Install from source](#install-from-source)
3436
- [HoTT Variant](#hott-variant)
3537

3638
## Learning Equations
@@ -83,15 +85,6 @@ definitions are axiom-free.
8385

8486
## Installation
8587

86-
The latest version works with Coq 8.13 (branch
87-
[8.13](https://github.com/mattam82/Coq-Equations/tree/8.13)),
88-
Coq 8.14 (branch
89-
[8.14](https://github.com/mattam82/Coq-Equations/tree/8.14)),
90-
Coq 8.15 (branch
91-
[8.15](https://github.com/mattam82/Coq-Equations/tree/8.15)),
92-
and the current Coq main branch (branch
93-
[main](https://github.com/mattam82/Coq-Equations/tree/main)).
94-
9588
See [releases](https://github.com/mattam82/Coq-Equations/releases) for
9689
sources and official releases.
9790

@@ -122,18 +115,13 @@ Alternatively, to compile Equations, simply run:
122115
./configure.sh
123116
make
124117

125-
in the toplevel directory, with `coqc` and `ocamlc` in your path.
118+
in the toplevel directory, with `coqc`, `ocamlc` and `dune` in your path.
126119

127-
Optionally, one can build the test-suite or examples:
120+
Optionally, one can build the test-suite:
128121

129122
make examples test-suite
130123

131-
Then add the paths to your `.coqrc`:
132-
133-
Add ML Path "/Users/mat/research/coq/equations/src".
134-
Add Rec LoadPath "/Users/mat/research/coq/equations/theories" as Equations.
135-
136-
Or install it:
124+
Then install it:
137125

138126
make install
139127

0 commit comments

Comments
 (0)