From bbb91ca033a9f2592f32df4408f2deeb2bdeac87 Mon Sep 17 00:00:00 2001 From: mitsuha_s Date: Sun, 10 Jul 2022 17:32:30 +0000 Subject: [PATCH] add env variables in running the update documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cbf3962..2439a59 100644 --- a/README.md +++ b/README.md @@ -40,5 +40,7 @@ python bot.py ## Running the update ```shell +export TELEGRAM_TOKEN=xxx +export DATABASE_PATH=./database.db python update.py ``` \ No newline at end of file