Update README.md

This commit is contained in:
Drew DeVault 2017-03-28 07:45:16 -04:00
parent 82729eeb0c
commit 8d9a928058
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ Run these commands:
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc ..
make
sudo make install
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