diff --git a/README.md b/README.md index d90c446..70c05e9 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,18 @@ services: > > Make sure to replace `SOMETHING_SECRET` with a password for your database and `YOUR_DISCORD_TOKEN_HERE` with your bot's token. +And start it up: + +```bash +docker compose up -d +``` + +Once you have it, you should deploy the commands. To do this, run: + +```bash +docker compose run bot npm run deploy:prod +``` + ### With Node.js Make sure to have at least Node.js 20. @@ -106,6 +118,12 @@ POSTGRES_USER=dev POSTGRES_PASSWORD=password ``` +Deploy the commands: + +```bash +npm run deploy:prod +``` + And start the bot: ```bash