diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-12-04 09:59:25 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-12-04 09:59:25 -0500 |
commit | 49fe25c1067d6b91dda9f096cf3bf3cdd9686528 (patch) | |
tree | 0495377cae4f5b797f3a1279c1bce76c18db7d3d | |
parent | 1d39c22a381bb61b6d015f14f7f3d315be314d0b (diff) |
Mention setcap in manual install instructions
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |