From de7670204adb8594cd8df2e9c576bfe9c0a22140 Mon Sep 17 00:00:00 2001 From: VD15 Date: Thu, 29 May 2025 13:36:30 +0100 Subject: [PATCH] Replace numbered list with h3 --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 3f2cbc0..40d723d 100644 --- a/readme.md +++ b/readme.md @@ -59,7 +59,7 @@ The bot is meant to feel *light, fun, and competitive*. Mixing social, gacha and ## 🧪 Installation -1. Download and install dependencies +### Download and install dependencies Clone the repo @@ -81,7 +81,7 @@ Install project dependencies via pip python3 -m pip install -r requirements.txt ``` -2. Setup config file +### Setup config file A sample config file is included with the project as a template: `example_config.ini` @@ -97,7 +97,7 @@ cp example_config.ini config_dev.ini # Edit config_dev.ini ``` -4. Setup database +### Setup database To set up the database, run: @@ -105,7 +105,7 @@ To set up the database, run: KEMOVERSE_ENV=dev python3 setup_db.py ``` -5. Run the bot +### Run the bot ```sh KEMOVERSE_ENV=dev ./startup.sh @@ -113,14 +113,14 @@ KEMOVERSE_ENV=dev ./startup.sh If all goes well, you should now be able to interact with the bot. -6. Running in production +### Running in production To run the the in a production environment, use `KEMOVERSE_ENV=prod`. You will also need to create a `config_prod.ini` file and run the database setup step again if pointing prod to a different database. (you are pointing dev and prod to different databases, right? 🤨) -7. Updating +### Updating To update the bot, first pull new changes from upstream: