Update bot running instructions in README.md #22

Merged
skobkin merged 1 commits from readme_update into master 2022-05-31 09:16:24 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -34,5 +34,6 @@ the `requirements.txt` file. Otherwise old dependencies could be lost.
```shell
export TELEGRAM_TOKEN=xxx
export DATABASE_PATH=./database.db
python bot.py
```