aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-12-13 16:45:02 -0500
committerDrew DeVault <sir@cmpwn.com>2015-12-13 16:45:02 -0500
commite2cb5e5420d93516d0ca2cf815410215cd0a2f37 (patch)
treea1025757000ddbcc26d5a2cfe839a4e6224517eb
parente277d4e094a8294f9541048c0a4a6d0cf9c3f0bc (diff)
parent96d3968ae5a84538732640415fef35703a7e34f5 (diff)
Merge pull request #304 from kon14/patch-1
Fix wrong path to sway executable
-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