mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-20 14:41:47 +00:00
Add GoFish as an install option for Flux CLI
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
b6ae7d2cdd
commit
b98027b528
1 changed files with 11 additions and 5 deletions
16
README.md
16
README.md
|
|
@ -22,13 +22,19 @@ Delivery on top of Kubernetes.
|
||||||
|
|
||||||
## Flux installation
|
## Flux installation
|
||||||
|
|
||||||
With Homebrew:
|
With [Homebrew](https://brew.sh) for macOS and Linux:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
brew install fluxcd/tap/flux
|
brew install fluxcd/tap/flux
|
||||||
```
|
```
|
||||||
|
|
||||||
With Bash:
|
With [GoFish](https://gofi.sh) for Windows, macOS and Linux:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
gofish install flux
|
||||||
|
```
|
||||||
|
|
||||||
|
With Bash for macOS and Linux:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -s https://fluxcd.io/install.sh | sudo bash
|
curl -s https://fluxcd.io/install.sh | sudo bash
|
||||||
|
|
@ -46,10 +52,10 @@ Arch Linux (AUR) packages:
|
||||||
- [flux-scm](https://aur.archlinux.org/packages/flux-scm): build the latest
|
- [flux-scm](https://aur.archlinux.org/packages/flux-scm): build the latest
|
||||||
(unstable) version from source code from our git `main` branch
|
(unstable) version from source code from our git `main` branch
|
||||||
|
|
||||||
Binaries for macOS, Windows and Linux AMD64/ARM are available to download on the
|
Binaries for macOS AMD64/ARM64, Linux AMD64/ARM/ARM64 and Windows are available to
|
||||||
[release page](https://github.com/fluxcd/flux2/releases).
|
download on the [release page](https://github.com/fluxcd/flux2/releases).
|
||||||
|
|
||||||
A container image with `kubectl` and `flux` is available on Docker Hub and GitHub:
|
A multi-arch container image with `kubectl` and `flux` is available on Docker Hub and GitHub:
|
||||||
|
|
||||||
* `docker.io/fluxcd/flux-cli:<version>`
|
* `docker.io/fluxcd/flux-cli:<version>`
|
||||||
* `ghcr.io/fluxcd/flux-cli:<version>`
|
* `ghcr.io/fluxcd/flux-cli:<version>`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue