commit e2cb5e5420d93516d0ca2cf815410215cd0a2f37
parent e277d4e094a8294f9541048c0a4a6d0cf9c3f0bc
Author: Drew DeVault <sir@cmpwn.com>
Date: Sun, 13 Dec 2015 16:45:02 -0500
Merge pull request #304 from kon14/patch-1
Fix wrong path to sway executable
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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