Update README.md

This commit is contained in:
Drew DeVault 2017-03-28 07:45:16 -04:00
parent 82729eeb0c
commit 8d9a928058

View file

@ -66,6 +66,9 @@ Run these commands:
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc .. cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc ..
make make
sudo make install 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_ptrace=eip /usr/local/bin/sway
sudo setcap cap_sys_tty_config=eip /usr/local/bin/sway sudo setcap cap_sys_tty_config=eip /usr/local/bin/sway