From cadcd57fc17ce6b9a0d3cc0730772c1513bc34ce Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sun, 9 Apr 2023 21:12:37 +0500 Subject: [PATCH] follow udit standard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 726bdb1..be67c7e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A Telegram bot that lets you interact with the Bing AI from chats that you allow - Run `docker compose up -d` to start the bot. - Run `docker compose -f .build/docker-compose.yml push` to push container to registry. -**> To start using this project using Docker in prod** +**> To start using this project using Docker in prod,** - Create `docker-compose.yml` with the content from `docker-compose.yml` in repo. - Create `.env` with the required variables. (see .env.example in repo) - Run `docker compose up -d` to start the bot.