From 9f965b2d46b7889e19c8fea255bcc32e990a3f0c Mon Sep 17 00:00:00 2001 From: Jay Gabriels Date: Wed, 24 Aug 2022 17:54:21 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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).