Add Homebrew instructions to Installation guide

pull/205/head
Shane Sveller 5 years ago
parent 890ee640c0
commit fdf72fc46d
No known key found for this signature in database
GPG Key ID: 3093E0E4AB7801DF

@ -8,6 +8,8 @@ to manage one or more Kubernetes clusters.
You will need a Kubernetes cluster version **1.16** or newer
and kubectl version **1.18** or newer.
### Automatic Installation
Install the toolkit CLI with:
```sh
@ -18,6 +20,21 @@ The install script downloads the gotk binary to `/usr/local/bin`.
Binaries for macOS and Linux AMD64/ARM64 are available for download on the
[release page](https://github.com/fluxcd/toolkit/releases).
### Homebrew Installation
The toolkit CLI may alternatively be installed by MacOS or Linux users via
[Homebrew](https://brew.sh/). This method is currently community-supported and may not provide the latest possible release.
``` bash
brew tap fluxcd/toolkit
# Install latest tagged release
brew install fluxcd/toolkit/gotk
# Install unstable versions from source
brew install --HEAD fluxcd/toolkit/gotk
```
### Cluster Requirements Check
Verify that your cluster satisfies the prerequisites with:
```sh

Loading…
Cancel
Save