aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-09-04 16:30:54 +0200
committerWilliam Hergès <william@herges.fr>2025-09-04 16:30:54 +0200
commitfa9b7767ab81471d15c29d77a85968e505b3b433 (patch)
tree481f2ac867a7709e263802e842b9e12835f6ac0c /README.md
parent7508627d86a4f2ef9b3caebd88d92fe8be854816 (diff)
parent30ecd60b041398390f11fccdf46444fa28690bd8 (diff)
Merge branch 'main' into feat/xp-boost
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index f902867..2390dc4 100644
--- a/README.md
+++ b/README.md
@@ -25,14 +25,11 @@ There are two ways to install the bot: docker and build.
1. Clone the repository
```bash
-$ git clone https://github.com/anhgelus/les-copaings-bot.git
+$ git clone https://git.anhgelus.world/anhgelus/les-copaings-bot.git
```
2. Go into the repository, rename `.env.example` into `.env` and customize it: add your token, change the user and the
password of the database
-3. Start the compose file
-```bash
-$ docker compose up -d --build
-```
+3. Build the image and start it
Now you have to edit `config/config.toml`.
You can understand how this config file works below.
@@ -45,7 +42,7 @@ You can stop the compose file with `docker compose down`
1. Clone the repository
```bash
-$ git clone https://github.com/anhgelus/les-copaings-bot.git
+$ git clone https://git.anhgelus.world/anhgelus/les-copaings-bot.git
```
2. Install Go 1.24+
3. Go into the repository and build the program