From a374fba88959dbeaee49b13e9a3a5e8ad30dcb5e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 16 Aug 2021 22:38:39 +0200 Subject: [PATCH] =?UTF-8?q?pr=C3=A9cisions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd25137..aaf8910 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ With a [docker-compose](https://gitlab.com/ConfrerieDuKassoulait/KassouBot/-/blo First we need to create a dedicated network for our containers: -On Linux: +On Debian-based distro: ```batch docker network create -d bridge default-kassoubot 2> /dev/null || true ``` @@ -71,12 +71,13 @@ If you want to run it without Docker, clone the repo (and his submodules by doin Install all the requirements by doing `python3 -m pip install -r requirements.txt`. -If you need to install Java, there is some step to have the same as the [Docker image built for the project](https://gitlab.com/ConfrerieDuKassoulait/lavalink/) : +If you need to install Java, there is some step to have the same as the [Docker image built for the project](https://gitlab.com/ConfrerieDuKassoulait/lavalink/), on Debian-based distro: ```bash wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add - sudo add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ sudo apt update -y sudo apt install adoptopenjdk-16-openj9 -y ``` +On Windows just go [to their site](https://adoptopenjdk.net/?variant=openjdk16&jvmVariant=openj9). -Simply run `start.bat` if you are on Windows or `start.sh` if on Linux inside the `src` folder to launch the bot. +Then, simply run `start.bat` if you are on Windows or `start.sh` if on Debian-based distro to launch the bot.