aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-04-03 14:24:53 +0200
committerSimon Ser <contact@emersion.fr>2021-04-03 14:24:53 +0200
commit4402507b7bfe8f036973b715355202c284ba9535 (patch)
tree8561b42a8f3a2ede425cb2198ccd7b0a237755e2 /README.md
parent62fbf33ce2a39373a5d122a99c04cc61272f122a (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.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4698afbe..dc4210f3 100644
--- a/README.md
+++ b/README.md
@@ -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: