From 2e195f9762c705ffaaf397439d2677dd76530cff Mon Sep 17 00:00:00 2001 From: themaster1970sf <107542393+themaster1970sf@users.noreply.github.com> Date: Fri, 28 Mar 2025 00:51:35 +0300 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1269535..f380396 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ 1. Клонировать репозиторий: ```bash -git clone https://github.com/your-repo/auto-build-script.git +git clone https://github.com/AutoBuildRepo/auto-build-script.git cd auto-build-script ``` @@ -33,11 +33,16 @@ cd auto-build-script pip install -r requirements.txt ``` +3. Запуск: +```powershell +python app.py +``` + ### Linux 1. Клонировать репозиторий: ```bash -git clone https://github.com/your-repo/auto-build-script.git +git clone https://github.com/AutoBuildRepo/auto-build-script.git cd auto-build-script ``` @@ -52,6 +57,11 @@ source venv/bin/activate pip install -r requirements.txt ``` +3. Запуск: +```powershell +python3 app.py +``` + ## 🔧 Настройка 1. Получить Personal Access Token в GitHub