Skip to content

Commit

Permalink
Merge pull request #262 from vitalygashkov/next
Browse files Browse the repository at this point in the history
Fixed extension loading, fixed `downgrade` command
  • Loading branch information
vitalygashkov authored Dec 2, 2024
2 parents e0b119e + 4311d53 commit 7a315c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -48,7 +48,7 @@ powershell -c "irm https://streamyx.ru/install.ps1 | iex"
curl -fsSL https://streamyx.ru/install.sh | bash
```

### Upgrade
### Обновление

Чтобы обновить Стримикс до последней версии, выполните следующую команду:

Expand Down
2 changes: 1 addition & 1 deletion apps/cli
Submodule cli updated from d61639 to e76998
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7a315c9

Please sign in to comment.