diff --git a/README.md b/README.md index 4d8a692..ad4e463 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ You have to replace `TOKEN_DISCORD`, `PREFIX`, `TOKEN_GENIUS`, `TOKEN_REDDIT_CLIENT_ID`, `TOKEN_REDDIT_CLIENT_SECRET`, `TOKEN_REDDIT_USER_AGENT` and [`TIMEZONE`](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) with your desired values. You must also specify a path to the folder where the database will be. -With a [docker-compose](https://gitlab.com/ConfrerieDuKassoulait/KassouBot/-/blob/main/docker-compose.yml) (prefered) or in command line (it may not work): +With a [docker-compose](https://gitlab.com/ConfrerieDuKassoulait/KassouBot/-/blob/main/docker-compose.yml) or in command line: ``` docker run -d \ --name="Lavalink" \ registry.gitlab.com/confreriedukassoulait/lavalink:latest \ + lavalink \ -p 2333:2333 \ --network="default" \ --restart=unless-stopped \