From 6ef9fe73b29ef5861a97db86acb705ee20b44aca Mon Sep 17 00:00:00 2001 From: Szymon Uglis Date: Sat, 26 Oct 2024 01:50:10 +0200 Subject: [PATCH] Fix readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9394f31..0a017f3 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file