diff --git a/README.md b/README.md index be41818..278a717 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,13 @@ Use ghorg to quickly clone all of an orgs, or users repos into a single director Windows is supported when built with golang or as a [prebuilt binary](https://github.com/gabrie30/ghorg/releases/latest) however, the readme and other documentation is not geared towards windows users. +Alternatively Windows users can also install ghorg using [scoop](https://scoop.sh/#/) + + ``` + scoop bucket add main + scoop install ghorg + ``` + ## Configuration Precedence for configuration is first given to the flags set on the command-line, then to what's set in your `$HOME/.config/ghorg/conf.yaml`. This file comes from the [sample-conf.yaml](https://github.com/gabrie30/ghorg/blob/master/sample-conf.yaml).