mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 21:05: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:
|
||||
|
||||
meson build
|
||||
ninja -C build
|
||||
meson build/
|
||||
ninja -C build/
|
||||
|
||||
Install like so:
|
||||
|
||||
sudo ninja -C build install
|
||||
sudo ninja -C build/ install
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
Loading…
Reference in a new issue