doc(readme): formatting

This commit is contained in:
Udit Karode 2023-04-08 22:22:36 +05:30 committed by GitHub
parent 3e088e5ab0
commit bb4800505b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,7 @@ A Telegram bot that lets you interact with the Bing AI from chats that you allow
* Copy `variables.example.ts` to `variables.ts`, go through it, and add the required information.
* Run `yarn dev` or `yarn build && yarn start` to start the bot.
### OR using docker
**> To start using this project,**
**> To start using this project using Docker,**
* Run `docker compose -f .build/docker-compose.yml build` to build the container
* Copy `variables.example.ts` to `variables.ts`, go through it, and add the required information.