better display

This commit is contained in:
Mylloon 2021-08-19 11:03:58 +02:00
parent c627f05837
commit 3c6e2128c5

View file

@ -67,7 +67,11 @@ To find Genius token, go to [this site](https://genius.com/api-clients), `login
- Using [Lavalink](https://github.com/freyacodes/Lavalink) with the client [Wavelink](https://github.com/PythonistaGuild/Wavelink).
## __Launching locally__
If you want to run it without Docker, clone the repo (and his submodules by doing `git submodule update --force --recursive --init --remote` in the git folder) then create an .env file to store variables in the root folder (there is an example [here](https://gitlab.com/ConfrerieDuKassoulait/KassouBot/-/blob/main/.envexample)).
If you want to run it without Docker, clone the repo (and his submodules by doing this command in the git folder:
```batch
git submodule update --force --recursive --init --remote
```
Then create an .env file to store variables in the root folder (there is an example [here](https://gitlab.com/ConfrerieDuKassoulait/KassouBot/-/blob/main/.envexample)).
Install all the requirements by doing `python3 -m pip install -r requirements.txt`.