From 2ee0b52af37d3b157bcf8c64bbf2a825073ea36f Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 6 Jan 2016 14:04:24 +0100 Subject: [PATCH] Added smore instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4978b21..fe7a692 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,10 @@ Or both: echo "Text that will appear in chat? mykeyboardstartshere Yep No myimagelocationstartshere /home/user/doge.jpg" ``` +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```. +If some thing doesn't work as it should, debug with ```bash -x bashbot.sh```. + That's it! If you feel that there's something missing or if you found a bug, feel free to submit a pull request!