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
1 changed files with 3 additions and 3 deletions

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: