diff --git a/README.md b/README.md index 22bac2873..8ecfb43e5 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,25 @@ What do you gain from it? Let us explain: ## 📝 | Tutorial -Soon +### 🐳 Docker +> The `config.js` file should be configured with the host `"lavalink"`, and you should use the same `password` as in `docker/application.yml`. + +Build and start bot and lavalink +```sh +docker-compose up -d --build +``` +### 💪🏻 Non-Docker +> The `config.js` file should be configured first. Don't forget to add a lavalink host + +Install all dependencies and deploy Slash Commands +```sh +npm install +npm run deploy +``` +Start the bot +```sh +node index.js +``` ## 📝 | [Support Server](https://discord.gg/sbySMS7m3v) diff --git a/docker-compose.yml b/docker-compose.yml index 116b03f5b..d71fe819e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,7 +14,7 @@ services: - ./config.js:/usr/src/app/config.js:ro lavalink: - image: fredboat/lavalink:dev + image: fredboat/lavalink:439f122 container_name: music-lavalink hostname: lavalink restart: unless-stopped