Skip to content

Commit fb23b86

Browse files
committed
fix(doc) Update README
Signed-off-by: Jerome Simeon <[email protected]>
1 parent 98d64bc commit fb23b86

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

README.md

+16-7
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,35 @@
33
This is a minimal JavaScript syntax tree carved out of the
44
[JsCert](https://github.com/jscert/jscert) project.
55

6-
## Prerequisites
6+
## Installation
7+
8+
JsAst depends on:
9+
- Coq (version 8.11.2) or later
710

8-
You need the Flocq library for Coq:
11+
### From opam
912

1013
```
1114
opam repo add coq-released https://coq.inria.fr/opam/released
12-
opam install coq-flocq
15+
opam install coq-jsast
1316
```
1417

15-
## Installation
18+
### Local with opam
1619

17-
JsAst depends on:
18-
- Coq (version 8.7)
20+
In this directory:
21+
22+
```
23+
opam install .
24+
```
25+
26+
### From source
1927

2028
To compile, do:
2129
```
2230
make
2331
```
2432

25-
To install, do:
33+
To install as a Coq user contribution, do:
2634
```
2735
make install
2836
```
37+

0 commit comments

Comments
 (0)