Skip to content

Commit

Permalink
docs: add usage to README
Browse files Browse the repository at this point in the history
  • Loading branch information
rileychh committed Dec 25, 2024
1 parent 34ebbfb commit d83822e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,23 @@
>
</a>
</p>

## Usage

1. Get your Discord token by following [this guide](https://gist.github.com/MarvNC/e601f3603df22f36ebd3102c501116c6)

2. Write a Docker Compose file like this:

```yaml
services:
disco:
image: ghcr.io/NTUT-NPC/disco:latest
container_name: disco
environment:
- DISCORD_TOKEN=YOUR_DISCORD_TOKEN
restart: unless-stopped
```
3. Run `docker-compose up -d` to start the bot

4. Keep the bot online and party all night long! 🎉

0 comments on commit d83822e

Please sign in to comment.