Update README.md

This commit is contained in:
Jay Gabriels
2022-08-24 17:54:21 -07:00
committed by GitHub
parent c46d3857f7
commit 9f965b2d46

View File

@@ -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).