Merge pull request #55 from tklauser/patch-1

README.md: Fix paths after doc->docs move
This commit is contained in:
Jeff Ammons 2016-07-27 18:26:24 -07:00 committed by GitHub
commit f785ed9a14

View file

@ -34,7 +34,7 @@ Installation
3. Configure rtmbot (https://api.slack.com/bot-users)
cp doc/example-config/rtmbot.conf .
cp docs/example-config/rtmbot.conf .
vi rtmbot.conf
SLACK_TOKEN: "xoxb-11111111111-222222222222222"
@ -48,7 +48,7 @@ Plugins can be installed as .py files in the ```plugins/``` directory OR as a .p
To install the example 'repeat' plugin
mkdir plugins/repeat
cp doc/example-plugins/repeat.py plugins/repeat/
cp docs/example-plugins/repeat.py plugins/repeat/
The repeat plugin will now be loaded by the bot on startup.