From c04f4d9fff2e753f0477a07a9f8f43fbcba8969e Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 21 Aug 2025 14:59:23 +0200 Subject: build(go): rename module to use git.anhgelus.world instead of github --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 800e1d2..fea1593 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 -- cgit v1.2.3