aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@inria.fr>2019-02-13 20:07:28 +0100
committerChantal Keller <Chantal.Keller@inria.fr>2019-02-13 20:07:28 +0100
commitba22fad2fb46962eef5f30d976e9eaeb587023a0 (patch)
tree25df7ccabbffa0fd5856336313f1682cc0b7e0a8 /INSTALL.md
parent66f68dfa5aac0252563816d3abef9456e8622adf (diff)
downloadsmtcoq-ba22fad2fb46962eef5f30d976e9eaeb587023a0.tar.gz
smtcoq-ba22fad2fb46962eef5f30d976e9eaeb587023a0.zip
Fix installation instructions
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 0eac582..59c40f7 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -117,7 +117,6 @@ export COQBIN=/home/jdoe/coq-8.6.1/bin/
make
make install
```
-```
### Installation with native-coq
@@ -155,9 +154,10 @@ Simply add the coq-extra-dev repo to opam:
```bash
opam repo add coq-extra-dev https://coq.inria.fr/opam/extra-dev
```
-and install smtcoq:
+and install SMTCoq:
```bash
opam install coq-smtcoq
+```
## Installation of the provers