diff options
author | Gabriel Féron <feron.gabriel@gmail.com> | 2017-10-30 10:02:18 +0100 |
---|---|---|
committer | Gabriel Féron <gabriel.feron@here.com> | 2017-11-02 17:35:57 +0100 |
commit | 4ab66bbbc3e3419a312b337fb2b79371a36d9aaf (patch) | |
tree | c2b95921df89f045c552d642e39cce32c5168df4 /README.pt.md | |
parent | 42cfe1cf34c461718264500f1882a10fa5a66abd (diff) |
Update README.md
Diffstat (limited to 'README.pt.md')
-rw-r--r-- | README.pt.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.pt.md b/README.pt.md index 7d105e42..b5ca132f 100644 --- a/README.pt.md +++ b/README.pt.md @@ -84,7 +84,7 @@ Para compilar, execute estes comandos: Em sistemas com logind, configure as seguintes capacidades para o arquivo binário: - 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 Em sistemas sem logind, ative a *flag* de *suid* do arquivo binário: |