From 71b1c492274d10aef975a283499a31b478a38df2 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Sat, 15 Feb 2020 15:19:24 +0000 Subject: [PATCH 1/2] (doc) Update Windows installation options To include installing/upgrading from Chocolatey --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01e367902..34374d6f0 100644 --- a/README.md +++ b/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 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 From 101fbc27e1c5a0953b5a9dc4695a298e11bd2966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Mon, 17 Feb 2020 10:37:14 +0100 Subject: [PATCH 2/2] Reword Windows install instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34374d6f0..04d00bd74 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Upgrade: `brew update && brew upgrade gh` ### Windows -`gh` is available via [scoop][], [Chocolatey][], and as signed MSI's: +`gh` is available via [scoop][], [Chocolatey][], and as downloadable MSI. #### scoop @@ -73,7 +73,7 @@ choco upgrade gh #### Signed MSI -Signed MSI installers are also available on the [releases page][]. +MSI installers are available for download on the [releases page][]. ### Debian/Ubuntu Linux