From 2a68bb58134cc9ea9842f23645d3b8f1457788e2 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 6 Dec 2025 14:50:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=B0=D1=88=D0=B5=20=D1=81=D0=BE=D0=BE?= =?UTF-8?q?=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BE=D0=BC=D0=BC?= =?UTF-8?q?=D0=B8=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index a0515e9..21e1b8c 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,6 @@ ```bash curl -fsSL https://raw.githubusercontent.com/VC-HB3-Accelerator/DLE/main/setup.sh | bash ``` - -**Для Windows PowerShell:** -```powershell -# Используйте WSL или Git Bash -wsl bash -c "curl -fsSL https://raw.githubusercontent.com/VC-HB3-Accelerator/DLE/main/setup.sh | bash" -``` - Скрипт автоматически скачивает последние артефакты из релиза и разворачивает `docker-data`. ### 📦 Релизы и артефакты @@ -43,7 +36,7 @@ docker-compose up -d ### Доступ к приложению #### Продакшн (production) -- **Frontend**: http://localhost:9000 (HTTP) или https://localhost:9443 (HTTPS) +- **Frontend**: http://localhost:9000 (HTTP) ### Остановка ```bash