From 3cba707d247f7b8331590ab6fdf406cf6e6517a9 Mon Sep 17 00:00:00 2001 From: Stephan van Ellewee Date: Tue, 19 Dec 2017 22:00:38 +0200 Subject: [PATCH] updated comment --- bin/rustle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rustle.sh b/bin/rustle.sh index d0aa59c..169832c 100755 --- a/bin/rustle.sh +++ b/bin/rustle.sh @@ -1,7 +1,7 @@ # Allows you to change code and see what the rust compiler does immediately in the opposite pane # Instructions: -# - ./rustle.sh +# - cd bin/ && ./rustle.sh # - select a rustling, see the split pane view show up # - update until you have the solution, or you get sick of being stuck.. # - kill the tmux session (Prefix : kill-session)