aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6ce328ce..b84673a6 100644
--- a/README.md
+++ b/README.md
@@ -76,8 +76,7 @@ Run these commands:
On systems with logind, you need to set a few caps on the binary:
- sudo setcap cap_sys_ptrace=eip /usr/local/bin/sway
- sudo setcap cap_sys_tty_config=eip /usr/local/bin/sway
+ sudo setcap "cap_sys_ptrace,cap_sys_tty_config=eip" /usr/bin/sway
On systems without logind, you need to suid the sway binary: