1
0
mirror of https://github.com/mfontanini/presenterm.git synced 2026-09-01 23:33:21 -06:00

docs(install): add mention of winget

Document `winget` as an installation option for `presenterm` on Windows.
This commit is contained in:
Paul Tsouchlos 2025-05-27 22:36:43 -04:00
parent 070cc8e253
commit 4831a1f06b

View File

@ -87,3 +87,9 @@ Install the latest version in Scoop via [Scoop](https://scoop.sh/#/apps?q=presen
```powershell
scoop install presenterm
```
Alternatively, you can install via [WinGet](https://github.com/microsoft/winget-cli) by running:
```powershell
winget install --id=mfontanini.presenterm -e
```