aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2021-04-03 14:24:53 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2021-04-03 14:24:53 +0200
commit4402507b7bfe8f036973b715355202c284ba9535 (patch)
tree8561b42a8f3a2ede425cb2198ccd7b0a237755e2
parentoutput: damage whole output when exiting scanout (diff)
downloadsway-4402507b7bfe8f036973b715355202c284ba9535.tar.gz
sway-4402507b7bfe8f036973b715355202c284ba9535.tar.zst
sway-4402507b7bfe8f036973b715355202c284ba9535.zip
readme: make it clearer that meson takes a dir as argument
"build" can easily be misinterpreted as a Meson subcommand.
-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_
42 42
43Run these commands: 43Run these commands:
44 44
45 meson build 45 meson build/
46 ninja -C build 46 ninja -C build/
47 sudo ninja -C build install 47 sudo ninja -C build/ install
48 48
49On systems without logind, you need to suid the sway binary: 49On systems without logind, you need to suid the sway binary:
50 50