aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index dd8ad2c..f5ab01c 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -55,13 +55,12 @@ export COQBIN=/home/jdoe/coq-8.6.1/bin/
```
(the final slash is mandatory).
-3. Compile and install SMTCoq by using the commands:
+3. Compile and install SMTCoq by using the following commands in the src directory.
```
./configure.sh
make
make install
```
- in the src directory.
### Installation with native-coq
@@ -85,13 +84,12 @@ export COQBIN=/home/jdoe/native-coq/bin/
```
(the final slash is mandatory).
-3. Compile and install SMTCoq by using the commands:
+3. Compile and install SMTCoq by using the following commands in the src directory.
```
./configure.sh -native
make
make install
```
- in the src directory.
## Installation of the provers