diff --git a/README.md b/README.md index ef65c73..d4ed811 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ - [Download](#download) - [Homebrew](#homebrew) - [Scoop](#scoop) + - [WinGet](#winget) - [Manual Download](#manual-download) - [Usage](#usage) - [Commands](#commands) @@ -33,6 +34,22 @@ scoop install twitch-cli This will install it into your path, and it'll be callable via `twitch`. +### WinGet + +Alternatively on Windows you can use [WinGet](https://learn.microsoft.com/en-us/windows/package-manager/winget/) for installing the CLI + +To install via Winget, run: + +```sh +winget install Twitch.TwitchCLI +``` + +To update, run: + +```sh +winget update Twitch.TwitchCLI +``` + ### Manual Download To download, go to the [Releases tab of GitHub](https://github.com/twitchdev/twitch-cli/releases). The examples in the documentation assume you have put this into your PATH and renamed to `twitch` (or symlinked as such).