Skip to content

Commit 241284a

Browse files
committed
update docs regarding winget
1 parent 8030843 commit 241284a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/docs/install/windows.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ Prebuilt binaries for Windows:
99

1010
- [Download Microsoft installer](https://github.com/raphamorim/rio/releases/download/v0.1.15/Rio-installer.msi)
1111
- [Download Microsoft executable](https://github.com/raphamorim/rio/releases/download/v0.1.15/Rio-portable.exe)
12+
13+
- Using WinGet package manager:
14+
15+
```sh
16+
winget install -e --id raphamorim.rio
17+
```
18+
1219
- [Using Chocolatey package manager](https://community.chocolatey.org/packages/rio-terminal)
1320

1421
```sh

docs/docs/releases.md

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

0 commit comments

Comments
 (0)