mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04: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…
Add table
Add a link
Reference in a new issue