update readme, fix docker-compose

This commit is contained in:
2022-05-28 19:03:13 +03:00
parent a0b46cfd6d
commit 4ffcedd5f2
3 changed files with 6 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ Second version of [mention-all-the-bot](https://github.com/pischule/mention-all-
## how to run this
```bash
$ export TOKEN=???????
$ go run main.go
$ wget https://raw.githubusercontent.com/pischule/go-mention-all-bot/master/docker-compose.yml
$ echo "TELEGRAM_TOKEN=<your-telegram-token>" >> .env
$ docker-compose up
```