mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00: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
|
@ -42,9 +42,9 @@ _\*Compile-time dep_
|
||||||
|
|
||||||
Run these commands:
|
Run these commands:
|
||||||
|
|
||||||
meson build
|
meson build/
|
||||||
ninja -C build
|
ninja -C build/
|
||||||
sudo ninja -C build install
|
sudo ninja -C build/ install
|
||||||
|
|
||||||
On systems without logind, you need to suid the sway binary:
|
On systems without logind, you need to suid the sway binary:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue