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 +### Обновление Чтобы обновить Стримикс до последней версии, выполните следующую команду: 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",