Skip to content

Commit 9cbec0d

Browse files
committed
FIX:
Change README
1 parent 340227b commit 9cbec0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ After that, clone the project using git
2424
git clone https://github.com/YasTechOrg/cs50_bot
2525
```
2626
Finally, you can build and deploy project using docker compose<br>
27-
Don't forget to change `{TOKEN}` with your own telegram bot token!
27+
Don't forget to set `token` args in your docker compose!
2828
```shell
29-
docker-compose up -d --build --build-arg TOKEN="{TOKEN}"
29+
docker-compose up -d --build
3030
```
3131
### Contact
3232
- Hossein Araghi

0 commit comments

Comments
 (0)