aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
-rw-r--r--docs/help/config.md (renamed from docs/help/setup.md)0
2 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 05ecbb73..09a119e5 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,15 @@
# BitBot
Python3 event-driven modular IRC bot!
-## Requirements
+## Setup
+
+### Requirements
`$ pip3 install --user -r requirements.txt`
-## Setup
-See [docs/help/setup.md](docs/help/setup.md).
+### Config
+See [docs/help/config.md](docs/help/config.md).
-## Backups
+### Backups
If you wish to create backups of your BitBot instance (which you should, [borgbackup](https://borgbackup.readthedocs.io/en/stable/) is a good option), I advise backing up the entirety of `~/.bitbot` - where BitBot by-default keeps config files, database files and rotated log files.
## Github, Gitea and GitLab web hooks
diff --git a/docs/help/setup.md b/docs/help/config.md
index 94305ce9..94305ce9 100644
--- a/docs/help/setup.md
+++ b/docs/help/config.md