Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
l7ssha committed Oct 25, 2024
1 parent 0392761 commit 6ef9fe7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ Additionally, if `ROD_DEV` is `true`, the following environment variables must a
### With Docker

1. Set all the above environment variables in a `.env` file in the project root.
3. Run `docker-compose up` to run the bot.
2. Run `docker-compose up` to run the bot.

## With Makefile

1. Set all the above environment variables in a `.env` file in the project root.
2. Run `make run` to run the bot.

0 comments on commit 6ef9fe7

Please sign in to comment.