readme: make it clearer that meson takes a dir as argument

"build" can easily be misinterpreted as a Meson subcommand.
master
Simon Ser 4 years ago
parent 62fbf33ce2
commit 4402507b7b

@ -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…
Cancel
Save