diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-11-02 12:38:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-02 12:38:18 -0400 |
commit | c352cae55e8460d48cdc77542d742c94932fd447 (patch) | |
tree | c2b95921df89f045c552d642e39cce32c5168df4 /README.md | |
parent | 42cfe1cf34c461718264500f1882a10fa5a66abd (diff) | |
parent | 4ab66bbbc3e3419a312b337fb2b79371a36d9aaf (diff) |
Merge pull request #1443 from gferon/gferon-readme-edit
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ Run these commands: On systems with logind, you need to set a few caps on the binary: - sudo setcap "cap_sys_ptrace,cap_sys_tty_config=eip" /usr/bin/sway + sudo setcap "cap_sys_ptrace,cap_sys_tty_config=eip" /usr/local/bin/sway On systems without logind, you need to suid the sway binary: |