Skip to content

Commit

Permalink
pushed to the wrong branch lmao
Browse files Browse the repository at this point in the history
Add instructions to run with docker
  • Loading branch information
Starlii10 authored Jul 5, 2024
2 parents 0197557 + bd6868c commit fe2eb70
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,12 @@ Clone this repo and place the token in a file named `token.env` in the root dire

Add your user ID to `permissions.json` to allow you to run every command. Then invite the bot to a testing server.

Finally, run `pip install -r requirements.txt` in the root to install dependencies. After that, run `python bot.py` to start up the bot. Then you'll be ready to start using Vivia!
Finally, run the bot manually or as a Docker container.

### Docker (recommended)

Run `docker compose up --build` to run the bot as a Docker container. To stop it, run `docker compose down`.

### Manual

Run `pip install -r requirements.txt` in the root to install dependencies. After that, run `python bot.py` to start up the bot.

0 comments on commit fe2eb70

Please sign in to comment.