Update README.md

This commit is contained in:
Jay Gabriels
2023-11-15 07:48:01 -08:00
parent b62a88f1b8
commit 416b4db9b5

View File

@@ -37,12 +37,22 @@ Use ghorg to quickly clone all of an orgs, or users repos into a single director
## Installation
There are a installation methods available, please choose the one that suits your fancy:
- [Prebuilt Binaries](#prebuilt-binaries)
- [Homebrew](#homebrew)
- [Golang](#golang)
- [Prebuilt Binaries](#prebuilt-binaries)
- [Docker](#docker)
- [Windows Support](#windows-support)
### Prebuilt Binaries
See [latest release](https://github.com/gabrie30/ghorg/releases/latest) to download directly for
- Mac (Darwin)
- Windows
- Linux
If you don't know which to choose its likely going to be the x86_64 version for your operating system.
### Homebrew
```bash
@@ -76,16 +86,6 @@ go install github.com/gabrie30/ghorg@latest
go get github.com/gabrie30/ghorg
```
### Prebuilt Binaries
See [latest release](https://github.com/gabrie30/ghorg/releases/latest) to download directly for
- Mac (Darwin)
- Windows
- Linux
If you don't know which to choose its likely going to be the x86_64 version for your operating system.
## 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).