aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantinos Feretos <konferetos@gmail.com>2015-12-13 21:40:14 +0000
committerKonstantinos Feretos <konferetos@gmail.com>2015-12-13 21:40:14 +0000
commit96d3968ae5a84538732640415fef35703a7e34f5 (patch)
treea1025757000ddbcc26d5a2cfe839a4e6224517eb
parente277d4e094a8294f9541048c0a4a6d0cf9c3f0bc (diff)
Fix wrong path to sway executable
Fixed path to sway in chmod (line 58)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1a1f84dc..862bb100 100644
--- a/README.md
+++ b/README.md
@@ -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