We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b66d3 commit 2290129Copy full SHA for 2290129
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