From 416b4db9b567ab6fff849976a1eb7ee911df2e34 Mon Sep 17 00:00:00 2001 From: Jay Gabriels Date: Wed, 15 Nov 2023 07:48:01 -0800 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b03bdfa..5083c70 100644 --- a/README.md +++ b/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).