commit 49fe25c1067d6b91dda9f096cf3bf3cdd9686528
parent 1d39c22a381bb61b6d015f14f7f3d315be314d0b
Author: Drew DeVault <sir@cmpwn.com>
Date: Sun, 4 Dec 2016 09:59:25 -0500
Mention setcap in manual install instructions
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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: