Update INSTALL.md

This commit is contained in:
Fabien Marteau 2020-11-04 20:28:37 +01:00 committed by GitHub
parent 14c5b8e681
commit 9a7e08a5bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -11,3 +11,11 @@ $ cmake --build .
or
$ make -j$(nproc)
```
## Install
As root:
```
$ make install
```