Skip to content

Commit

Permalink
Updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurlockman committed May 30, 2024
1 parent a605205 commit ccc3574
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ database:

Replace `<your discord bot token>` with the token you get from the Discord Developer Portal.

Last, download the `dbSchema.sql` file:

```bash
curl -o dbSchema.sql https://raw.githubusercontent.com/arthurlockman/FixMediaBot/main/dbSchema.sql
```

That should be all you need to do. Run `docker-compose up -d` in the folder you created and the bot should start up.

## Support
Expand Down

0 comments on commit ccc3574

Please sign in to comment.