Skip to content

Commit

Permalink
update docs regarding winget
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Oct 22, 2024
1 parent 8030843 commit 241284a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docs/install/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Prebuilt binaries for Windows:

- [Download Microsoft installer](https://github.com/raphamorim/rio/releases/download/v0.1.15/Rio-installer.msi)
- [Download Microsoft executable](https://github.com/raphamorim/rio/releases/download/v0.1.15/Rio-portable.exe)

- Using WinGet package manager:

```sh
winget install -e --id raphamorim.rio
```

- [Using Chocolatey package manager](https://community.chocolatey.org/packages/rio-terminal)

```sh
Expand Down
1 change: 1 addition & 0 deletions docs/docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ language: 'en'
- Sugarloaf: Removal of some unnecessary processing on shaping logic.
- Sugarloaf: Rewrite/Change of render architecture, now sugarloaf does not have any reference to column/lines logic.
- *Breaking:* Minimum MacOS version went from El Captain to Big Sur on ARM64 and Catalina on Intel x86.
- Microsoft Windows: [Rio terminal is now available on WinGet packages](https://github.com/microsoft/winget-pkgs/pull/184792).
- Allow MacOS automation via events.
- Fix: Configuration updates triggered multiple times on one save.
- Support to RetroArch shaders [@igorsaux](https://github.com/igorsaux).
Expand Down

0 comments on commit 241284a

Please sign in to comment.