We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46fb3bd commit 7bdfef6Copy full SHA for 7bdfef6
1 file changed
README.md
@@ -15,13 +15,15 @@ set.
15
cp .env.sample .env
16
```
17
18
-By default, hackbot will run with all the plugins in the `scripts/`
19
-directory. If you only want to test one plugin, move all other plugins to
20
-`disabled_scripts/`.
+By default, hackbot will run with all the plugins in the `scripts/` directory
+**and** all the plugins referenced by `external-scripts.json`. If you only
+want to test one plugin, move all other plugins to `disabled_scripts/` and
21
+only include the minimal required external scripts.
22
23
```bash
24
mv scripts/* disabled_scripts/
25
mv disabled_scripts/my_plugin.js scripts/
26
+echo '["hubot-conf","hubot-help"]' > external-scripts.json
27
28
29
If your plugin requires environment variables, be sure to put them in `.env`.
0 commit comments