aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ad6597db..41659d75 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Run these commands:
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 nor seatd, you need to suid the sway binary:
50 50
51 sudo chmod a+s /usr/local/bin/sway 51 sudo chmod a+s /usr/local/bin/sway
52 52