Skip to content

Commit

Permalink
doc: update readme (Z3Prover#5898)
Browse files Browse the repository at this point in the history
add the command to `mkdir build` first
prncoprs authored Mar 14, 2022
1 parent 545341e commit 313b87f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ python scripts/mk_make.py -x
then:

```bash
cd build
mkdir build && cd build
nmake
```

@@ -54,7 +54,7 @@ Execute:

```bash
python scripts/mk_make.py
cd build
mkdir build && cd build
make
sudo make install
```
@@ -86,7 +86,7 @@ the ``--prefix=`` command line option to change the install prefix. For example:

```bash
python scripts/mk_make.py --prefix=/home/leo
cd build
mkdir build && cd build
make
make install
```

0 comments on commit 313b87f

Please sign in to comment.