summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index b8f0355..29cef2b 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,12 @@ Add `-logfile /location/to/file.log` to your start command to get a logfile.
For `WORLDSIZE` user running the bot must have read permissions to the world.db.old file
+## [dbsetup.py](code/dbsetup.py)
+Tables and data for the MySQL database.
+
+**Warning: Set up the config.py before running this**
+Run `python3 dbsetup.py` from the code dir to create tables.
+
## Usage:
`python3 plusbot.py` While in the `code` dir.
`nohup python3 plusbot.py &` Too run in background.