aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-10-17 13:59:02 +0100
committerGravatar jesopo2019-10-17 13:59:02 +0100
commit72ad8176bf041db41a9c04e38440d7543319463e (patch)
tree73eb3908412ed14237524b1cc46d825f24766596
parentremove 'databases' folder (diff)
signature
update setup.md to mention bot.conf should be in ~/.bitbot
-rw-r--r--docs/help/setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/setup.md b/docs/help/setup.md
index 0bb251f5..3f8633aa 100644
--- a/docs/help/setup.md
+++ b/docs/help/setup.md
@@ -1,6 +1,6 @@
## 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.
+* Move `bot.conf.example` to `~/.bitbot/bot.conf` and fill in the config options you care about. Ones blank or removed will disable relevant functionality.
* 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.