1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Publish Homebrew formula

This commit is contained in:
stefanprodan
2020-09-07 11:41:06 +03:00
parent d6c6c88e6e
commit ca1f84d22b
4 changed files with 40 additions and 4 deletions

View File

@@ -8,13 +8,24 @@ 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.
Install the toolkit CLI with:
## Install the toolkit CLI
With Homebrew:
```sh
brew tap fluxcd/tap
brew install gotk
```
With Bash:
```sh
curl -s https://toolkit.fluxcd.io/install.sh | sudo bash
# enable completions in ~/.bash_profile
. <(gotk completion)
```
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).