summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-12-13 16:45:02 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-12-13 16:45:02 -0500
commite2cb5e5420d93516d0ca2cf815410215cd0a2f37 (patch)
treea1025757000ddbcc26d5a2cfe839a4e6224517eb
parentSubscribe to workspace change events and redraw (diff)
parentFix wrong path to sway executable (diff)
downloadsway-e2cb5e5420d93516d0ca2cf815410215cd0a2f37.tar.gz
sway-e2cb5e5420d93516d0ca2cf815410215cd0a2f37.tar.zst
sway-e2cb5e5420d93516d0ca2cf815410215cd0a2f37.zip
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:
55 55
56On systems without logind, you need to suid the sway binary: 56On systems without logind, you need to suid the sway binary:
57 57
58 sudo chmod a+s /usr/bin/sway 58 sudo chmod a+s /usr/local/bin/sway
59 59
60## Configuration 60## Configuration
61 61