mirror of
https://github.com/NickHu/sway
synced 2024-12-27 21:58:11 +01:00
readme: make it clearer that meson takes a dir as argument
"build" can easily be misinterpreted as a Meson subcommand.
This commit is contained in:
parent
62fbf33ce2
commit
4402507b7b
1 changed files with 3 additions and 3 deletions
|
@ -42,9 +42,9 @@ _\*Compile-time dep_
|
|||
|
||||
Run these commands:
|
||||
|
||||
meson build
|
||||
ninja -C build
|
||||
sudo ninja -C build install
|
||||
meson build/
|
||||
ninja -C build/
|
||||
sudo ninja -C build/ install
|
||||
|
||||
On systems without logind, you need to suid the sway binary:
|
||||
|
||||
|
|
Loading…
Reference in a new issue