From 076ea9dd9728224cbc8f59a4e55b091a1537f6c9 Mon Sep 17 00:00:00 2001 From: Vitaly Gashkov Date: Mon, 2 Dec 2024 10:21:52 +0500 Subject: [PATCH 1/2] update README --- README.md | 2 +- README.ru.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b10980..c21c29e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Streamyx supports Windows (x64), macOS (x64 & Apple Silicon) and Linux (x64). #### Windows ```shell -powershell -c "irm https://streamyx.ru/install.ps1 | iex" +powershell -c "irm streamyx.ru/install.ps1 | iex" ``` #### Linux & macOS diff --git a/README.ru.md b/README.ru.md index 403a0bb..0cc78b9 100644 --- a/README.ru.md +++ b/README.ru.md @@ -39,7 +39,7 @@ #### Windows ```shell -powershell -c "irm https://streamyx.ru/install.ps1 | iex" +powershell -c "irm streamyx.ru/install.ps1 | iex" ``` #### Linux & macOS @@ -48,7 +48,7 @@ powershell -c "irm https://streamyx.ru/install.ps1 | iex" curl -fsSL https://streamyx.ru/install.sh | bash ``` -### Upgrade +### Обновление Чтобы обновить Стримикс до последней версии, выполните следующую команду: From 4311d5398045bae35d365b1973a5affc688ba6fe Mon Sep 17 00:00:00 2001 From: Vitaly Gashkov Date: Mon, 2 Dec 2024 10:47:32 +0500 Subject: [PATCH 2/2] update submodules --- apps/cli | 2 +- package-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/cli b/apps/cli index d616390..e769988 160000 --- a/apps/cli +++ b/apps/cli @@ -1 +1 @@ -Subproject commit d61639044fc6654d76eb88a91a5fdf5328f6887f +Subproject commit e769988f315ebe788b9b5716181478bb1a0cb49b diff --git a/package-lock.json b/package-lock.json index b4cc061..4488545 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ }, "apps/cli": { "name": "@streamyx/cli", - "version": "4.1.7", + "version": "4.1.8", "hasInstallScript": true, "dependencies": { "azot": "^0.6.1",