From d0eb0573b950ae80803e4449fb7578dd1b85e21d Mon Sep 17 00:00:00 2001 From: Richard Ballard Date: Tue, 23 Apr 2019 16:02:09 +0100 Subject: [PATCH] Added Chocolatey as Windows install method in the readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4f8f9d4a..3bba83a8 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ hub version 2.2.3 > scoop install hub ``` +or alternatively `hub` can be installed through [Chocolatey](https://chocolatey.org/): + +``` sh +> choco install hub +``` + #### Fedora Linux On Fedora you can install `hub` through DNF: -- GitLab