README.md: update install section, INSTALL.md fix command
This commit is contained in:
parent
9dc0372304
commit
af1ff3d6f0
|
|
@ -5,6 +5,8 @@
|
||||||
```
|
```
|
||||||
$ mkdir build
|
$ mkdir build
|
||||||
$ cd build
|
$ cd build
|
||||||
$ cmake ../src/
|
$ cmake ../
|
||||||
$ cmake --build .
|
$ cmake --build .
|
||||||
|
or
|
||||||
|
$ make -j$(nproc)
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue