remove "("

This commit is contained in:
Mylloon 2021-08-19 11:05:04 +02:00
parent 3c6e2128c5
commit af24f65b6f

View file

@ -67,7 +67,7 @@ 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). - Using [Lavalink](https://github.com/freyacodes/Lavalink) with the client [Wavelink](https://github.com/PythonistaGuild/Wavelink).
## __Launching locally__ ## __Launching locally__
If you want to run it without Docker, clone the repo (and his submodules by doing this command in the git folder: If you want to run it without Docker, clone the repo and his submodules by doing this command in the git folder:
```batch ```batch
git submodule update --force --recursive --init --remote git submodule update --force --recursive --init --remote
``` ```