diff options
| author | 2019-10-11 17:04:11 +0100 | |
|---|---|---|
| committer | 2019-10-11 17:04:11 +0100 | |
| commit | 934a5ec9eaae27a5541de160da617381385fe762 (patch) | |
| tree | e79e85f49355a601f3853b151d7ee974df9d851d /docs/help | |
| parent | hold current version in it's own file: VERSION (diff) | |
| signature | ||
date docs/help/setup.md to use `bitbotd` as a command
Diffstat (limited to 'docs/help')
| -rw-r--r-- | docs/help/setup.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/help/setup.md b/docs/help/setup.md index 384cb7e0..0bb251f5 100644 --- a/docs/help/setup.md +++ b/docs/help/setup.md @@ -1,9 +1,9 @@ ## Setting up BitBot * Move `bot.conf.example` to `bot.conf` and fill in the config options you care about. Ones blank or removed will disable relevant functionality. -* Run `./start.py -a` to add a server. -* Run `./start.py -m permissions -M master-password` to get the master admin password (needed to add regular admin accounts) -* Run `./start.py` to start the bot. +* Run `./bitbotd -a` to add a server. +* Run `./bitbotd -m permissions -M master-password` to get the master admin password (needed to add regular admin accounts) +* Run `./bitbotd` to start the bot. * Join `#bitbot` on a server with the bot (or invite it to another channel) * `/msg <bot> register <password here>` to register your nickname with the bot * (use `/msg <bot> identify <password>` to log in in the future) |
