We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13b66d3 + 2290129 commit f785ed9Copy full SHA for f785ed9
README.md
@@ -34,7 +34,7 @@ Installation
34
35
3. Configure rtmbot (https://api.slack.com/bot-users)
36
37
- cp doc/example-config/rtmbot.conf .
+ cp docs/example-config/rtmbot.conf .
38
vi rtmbot.conf
39
SLACK_TOKEN: "xoxb-11111111111-222222222222222"
40
@@ -48,7 +48,7 @@ Plugins can be installed as .py files in the ```plugins/``` directory OR as a .p
48
To install the example 'repeat' plugin
49
50
mkdir plugins/repeat
51
- cp doc/example-plugins/repeat.py plugins/repeat/
+ cp docs/example-plugins/repeat.py plugins/repeat/
52
53
The repeat plugin will now be loaded by the bot on startup.
54
0 commit comments