(doc) Update Windows installation options

To include installing/upgrading from Chocolatey
This commit is contained in:
Gary Ewan Park 2020-02-15 15:19:24 +00:00 committed by GitHub
parent 10ea161f92
commit 71b1c49227
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,9 @@ Upgrade: `brew update && brew upgrade gh`
### Windows
`gh` is available via [scoop][]:
`gh` is available via [scoop][], [Chocolatey][], and as signed MSI's:
#### scoop
Install:
@ -55,6 +57,22 @@ scoop install gh
Upgrade: `scoop update gh`
#### Chocolatey
Install:
```
choco install gh
```
Upgrade:
```
choco upgrade gh
```
#### Signed MSI
Signed MSI installers are also available on the [releases page][].
### Debian/Ubuntu Linux
@ -87,6 +105,7 @@ Install a prebuilt binary from the [releases page][]
[docs]: https://cli.github.com/manual
[scoop]: https://scoop.sh
[Chocolatey]: https://chocolatey.org
[releases page]: https://github.com/cli/cli/releases/latest
[hub]: https://github.com/github/hub
[contributing page]: https://github.com/cli/cli/blob/master/.github/CONTRIBUTING.md