README: better build instructions

This commit is contained in:
Vaxry 2024-05-01 19:20:02 +01:00
parent 6ae6cd97e8
commit 9e7a3b3139
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ Dep list:
## Building ## Building
```sh ```sh
cmake -B build cmake -DCMAKE_INSTALL_PREFIX=/usr -B build
cmake --build build -j`nproc` cmake --build build -j `nproc`
``` ```
### Installation ### Installation