aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 6223a14bf..32bac6c34 100644
--- a/README.md
+++ b/README.md
@@ -10,16 +10,11 @@ To build (if your COQPATH variable is empty):
make
-To build (Coq 8.5):
+To build (Coq 8.5, Coq 8.6):
export COQPATH="$(pwd)/coqprime${COQPATH:+:}$COQPATH"
make
-To build with Coq 8.4
-
- export COQPATH="$(pwd)/coqprime-8.4${COQPATH:+:}$COQPATH"
- make
-
## Build Targets
- The default target, `make` or `make coq`, builds the main files, and requires 1.3 GB of RAM