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,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
|
||||||
|
|
Loading…
Reference in a new issue