From 387506f7662f70c392455125242c14f4c4032976 Mon Sep 17 00:00:00 2001 From: Llloooggg Date: Thu, 17 Nov 2022 21:54:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20readme=20=D0=B8=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- README.md | 10 ++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 06e510e..426ddb7 100644 --- a/.gitignore +++ b/.gitignore @@ -301,4 +301,5 @@ fabric.properties # End of https://www.toptal.com/developers/gitignore/api/pycharm,visualstudiocode,flask -config.json \ No newline at end of file +config.json +temp/ \ No newline at end of file diff --git a/README.md b/README.md index 5139477..8fddffb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ -# TestSouls +# TextSouls -### Запуск +### Запуск бэкенда Из корня: ``` backend/scripts/runserver.sh +``` + +### Запуск Telegram +Из корня: +``` +python telegram/main.py ``` \ No newline at end of file