diff --git a/README.md b/README.md index f90e6dc..be1998b 100644 --- a/README.md +++ b/README.md @@ -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 ```