mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-01-27 10:19:03 +00:00
Update README.md
This commit is contained in:
22
README.md
22
README.md
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user