diff options
author | Simon Ser <contact@emersion.fr> | 2021-04-03 14:24:53 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-04-03 14:24:53 +0200 |
commit | 4402507b7bfe8f036973b715355202c284ba9535 (patch) | |
tree | 8561b42a8f3a2ede425cb2198ccd7b0a237755e2 /README.md | |
parent | 62fbf33ce2a39373a5d122a99c04cc61272f122a (diff) |
readme: make it clearer that meson takes a dir as argument
"build" can easily be misinterpreted as a Meson subcommand.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 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: |