Added smore instructions

This commit is contained in:
Daniil Gentili 2016-01-06 14:04:24 +01:00
parent d5331eb4eb
commit 2ee0b52af3

View File

@ -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!