mirror of
https://github.com/hyprwm/hyprwayland-scanner.git
synced 2024-11-08 03:05:58 +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,8 +17,8 @@ Dep list:
|
|||
## Building
|
||||
|
||||
```sh
|
||||
cmake -B build
|
||||
cmake --build build -j`nproc`
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr -B build
|
||||
cmake --build build -j `nproc`
|
||||
```
|
||||
|
||||
### Installation
|
||||
|
|
Loading…
Reference in a new issue