info on submodule
This commit is contained in:
parent
2ea4432795
commit
aa1a153186
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ To find Genius token, go to [this site](https://genius.com/api-clients), `login
|
|||
- Using [Lavalink](https://github.com/freyacodes/Lavalink) with a [Wavelink client](https://github.com/PythonistaGuild/Wavelink).
|
||||
|
||||
## __Launching locally__
|
||||
If you want to run it without Docker, 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 `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)).
|
||||
|
||||
Install all the requirements by doing `python3 -m pip install -r requirements.txt`.
|
||||
|
||||
|
|
Reference in a new issue