From 49fe25c1067d6b91dda9f096cf3bf3cdd9686528 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 4 Dec 2016 09:59:25 -0500 Subject: Mention setcap in manual install instructions --- README.md | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3-54-g00ecf