diff options
author | Konstantinos Feretos <konferetos@gmail.com> | 2015-12-13 21:40:14 +0000 |
---|---|---|
committer | Konstantinos Feretos <konferetos@gmail.com> | 2015-12-13 21:40:14 +0000 |
commit | 96d3968ae5a84538732640415fef35703a7e34f5 (patch) | |
tree | a1025757000ddbcc26d5a2cfe839a4e6224517eb | |
parent | e277d4e094a8294f9541048c0a4a6d0cf9c3f0bc (diff) |
Fix wrong path to sway executable
Fixed path to sway in chmod (line 58)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ Run these commands: On systems without logind, you need to suid the sway binary: - sudo chmod a+s /usr/bin/sway + sudo chmod a+s /usr/local/bin/sway ## Configuration |