From 799ecd239accae69228daa1230567dea6ad0febf Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Tue, 31 May 2022 12:15:47 +0300 Subject: [PATCH] Update bot running instructions in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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 ```