aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-12-04 09:59:25 -0500
committerDrew DeVault <sir@cmpwn.com>2016-12-04 09:59:25 -0500
commit49fe25c1067d6b91dda9f096cf3bf3cdd9686528 (patch)
tree0495377cae4f5b797f3a1279c1bce76c18db7d3d
parent1d39c22a381bb61b6d015f14f7f3d315be314d0b (diff)
Mention setcap in manual install instructions
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e49a4d74..e20167f6 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,7 @@ Run these commands:
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc ..
make
sudo make install
+ sudo setcap cap_sys_ptrace=eip /usr/local/bin/sway
On systems without logind, you need to suid the sway binary: