From f428ac43bd1435689e0c1bbde3bb978a84a828a3 Mon Sep 17 00:00:00 2001 From: Iosif Pravets Date: Thu, 24 Jul 2025 10:12:26 +0000 Subject: [PATCH] =?UTF-8?q?refactor:=20=D1=80=D0=B5=D1=84=D0=B0=D0=BA?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=B8=D0=BD=D0=B3=20=D0=BF=D0=BE=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=BC=D0=B5=D1=87=D0=B0=D0=BD=D0=B8=D1=8F=20coderabbit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8085070..bee08ed 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,11 @@ 1. Итоговая команда запуска может выглядеть примерно так: ```shell -docker run --rm -e YARD_RELEASES_USER=user -e YARD_RELEASES_PWD=password sleemp/onec-installer-downloader:20250723 thin-client32 8.3.25.1445 +docker run --rm \ +-e YARD_RELEASES_USER=user +-e YARD_RELEASES_PWD=password \ +-v ./downloads:/tmp/downloads \ +sleemp/onec-installer-downloader:20250723 thin-client32 8.3.25.1445 ``` [↑ В начало](#oscript-images) \ No newline at end of file