Skip to content

Commit 8b1a358

Browse files
committed
corrects a mistake in the compilation instructions
1 parent d76ddde commit 8b1a358

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ You can:
4444
First download the archive, unpack it, and change directory to the `coq-dpdgraph` directory.
4545

4646
Depending on how you got hold of the archive, you may be in one of three situations:
47+
4748
1/ Makefile is present
4849

4950
You should type the following command.
@@ -54,14 +55,14 @@ Depending on how you got hold of the archive, you may be in one of three situati
5455

5556
You should type the following command.
5657

57-
$ ./configure && make && install
58+
$ ./configure && make && make install
5859

5960
3/ configure is not present, Makefile is not present
6061

6162
You should type the following command.
6263

6364
$ autoconf
64-
$ configure && make && install
65+
$ configure && make && make install
6566

6667
#### install using opam
6768

0 commit comments

Comments
 (0)