mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-26 06:35:58 +01:00
readme: make it clear build/ is a dir
Can be confused with a sub-command for people not familiar with Meson and ninja.
This commit is contained in:
parent
c5202b728a
commit
70a7c7f389
1 changed files with 3 additions and 3 deletions
|
@ -70,12 +70,12 @@ If you choose to enable X11 support:
|
||||||
|
|
||||||
Run these commands:
|
Run these commands:
|
||||||
|
|
||||||
meson build
|
meson build/
|
||||||
ninja -C build
|
ninja -C build/
|
||||||
|
|
||||||
Install like so:
|
Install like so:
|
||||||
|
|
||||||
sudo ninja -C build install
|
sudo ninja -C build/ install
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue