add documentation for running updater in README.md

This commit is contained in:
mitsuha_s 2022-07-10 15:26:54 +00:00
parent 6ac2610637
commit 468da6b5ee
1 changed files with 5 additions and 0 deletions

View File

@ -37,3 +37,8 @@ export TELEGRAM_TOKEN=xxx
export DATABASE_PATH=./database.db
python bot.py
```
## Running the update
```shell
python update.py
```