mirror of
https://github.com/hyprwm/hyprwayland-scanner.git
synced 2024-11-22 11:25:59 +01:00
README: better build instructions
This commit is contained in:
parent
6ae6cd97e8
commit
9e7a3b3139
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ Dep list:
|
|||
## Building
|
||||
|
||||
```sh
|
||||
cmake -B build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr -B build
|
||||
cmake --build build -j `nproc`
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue