Merge pull request #462 from gep13/chocolatey
(doc) Update Windows installation options
This commit is contained in:
commit
a60a6dc621
1 changed files with 21 additions and 2 deletions
23
README.md
23
README.md
|
|
@ -44,7 +44,9 @@ Upgrade: `brew update && brew upgrade gh`
|
|||
|
||||
### Windows
|
||||
|
||||
`gh` is available via [scoop][]:
|
||||
`gh` is available via [scoop][], [Chocolatey][], and as downloadable MSI.
|
||||
|
||||
#### scoop
|
||||
|
||||
Install:
|
||||
|
||||
|
|
@ -55,7 +57,23 @@ scoop install gh
|
|||
|
||||
Upgrade: `scoop update gh`
|
||||
|
||||
Signed MSI installers are also available on the [releases page][].
|
||||
#### Chocolatey
|
||||
|
||||
Install:
|
||||
|
||||
```
|
||||
choco install gh
|
||||
```
|
||||
|
||||
Upgrade:
|
||||
|
||||
```
|
||||
choco upgrade gh
|
||||
```
|
||||
|
||||
#### Signed MSI
|
||||
|
||||
MSI installers are available for download 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue