From 994bfa3100858eb01af04b27c6723a08b9b91e2d Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 20 Mar 2016 23:40:00 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7cb555d..eda4012 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,9 @@ Once you're done editing start the bot with ```tmux new-session -d -s 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```. +To use the functions provided in this script in other scripts source bashbot.sh: ```source bashbot.sh source``` + + That's it! If you feel that there's something missing or if you found a bug, feel free to submit a pull request!