aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: