From e3ee806e2355c8ac409e8888596951fcc0b2f737 Mon Sep 17 00:00:00 2001 From: Barry Carlyon Date: Thu, 4 Jan 2024 17:16:19 +0000 Subject: [PATCH] Add WinGet instructions to the Readme touch #275 --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index ef65c73e..d4ed8118 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).