From 96d3968ae5a84538732640415fef35703a7e34f5 Mon Sep 17 00:00:00 2001 From: Konstantinos Feretos Date: Sun, 13 Dec 2015 21:40:14 +0000 Subject: Fix wrong path to sway executable Fixed path to sway in chmod (line 58) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3-54-g00ecf