Skip to content

Commit aacdbdb

Browse files
committed
[readme] Fix instructions.
Thanks to Pierre Rousselin for the report!
1 parent e21e915 commit aacdbdb

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# Build Instructions
22

3+
First you need to setup jsCoq and related tools:
4+
```
5+
make node_modules # Install jsCoq and other tools
6+
```
7+
8+
once that is done, you can work with your files as:
9+
310
```
411
$ make # Build Coq files (customize makefile if you need)
5-
$ make serve # Install jsCoq and open a web server
12+
$ make serve # Open a web server with the jsCoq files
613
```
714

15+
Note that `make serve` doesn't need to be restarted after a regular
16+
`make`.
17+
818
# Tweaks from official distro
919

1020
We have customized the following files from the oficial distro:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)