1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-21 11:16:08 +02: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:
Simon Ser 2021-04-03 14:24:53 +02:00
parent 62fbf33ce2
commit 4402507b7b

View File

@ -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: