aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Gabriel Féron <feron.gabriel@gmail.com>2017-10-30 10:02:18 +0100
committerLibravatar Gabriel Féron <gabriel.feron@here.com>2017-11-02 17:35:57 +0100
commit4ab66bbbc3e3419a312b337fb2b79371a36d9aaf (patch)
treec2b95921df89f045c552d642e39cce32c5168df4 /README.md
parentMerge pull request #1446 from kon14/patch-1 (diff)
downloadsway-4ab66bbbc3e3419a312b337fb2b79371a36d9aaf.tar.gz
sway-4ab66bbbc3e3419a312b337fb2b79371a36d9aaf.tar.zst
sway-4ab66bbbc3e3419a312b337fb2b79371a36d9aaf.zip
Update README.md
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 33d52fb1..2c585791 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ Run these commands:
83 83
84On systems with logind, you need to set a few caps on the binary: 84On systems with logind, you need to set a few caps on the binary:
85 85
86 sudo setcap "cap_sys_ptrace,cap_sys_tty_config=eip" /usr/bin/sway 86 sudo setcap "cap_sys_ptrace,cap_sys_tty_config=eip" /usr/local/bin/sway
87 87
88On systems without logind, you need to suid the sway binary: 88On systems without logind, you need to suid the sway binary:
89 89