Skip to content

Commit

Permalink
Add WinGet instructions to the Readme
Browse files Browse the repository at this point in the history
touch #275
  • Loading branch information
BarryCarlyon authored Jan 4, 2024
1 parent 413b8cf commit e3ee806
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- [Download](#download)
- [Homebrew](#homebrew)
- [Scoop](#scoop)
- [WinGet](#winget)
- [Manual Download](#manual-download)
- [Usage](#usage)
- [Commands](#commands)
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit e3ee806

Please sign in to comment.