From 03be1530cb0e48a1f9a5394b35a9bf97333da7f9 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 6 Jan 2016 14:05:39 +0100 Subject: [PATCH] Fixed newline --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe7a692..1f34751 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ echo "Text that will appear in chat? mykeyboardstartshere Yep No myimagelocation ``` Once you're done editing start the bot with ```tmux new-session -d -s bashbot "./bashbot.sh"```. -To stop the bot run ```tmux kill-session -t bashbot```. +To stop the bot run ```tmux kill-session -t bashbot```. If some thing doesn't work as it should, debug with ```bash -x bashbot.sh```. That's it!