From d15b0107e4d1fa822117a263fb5cee8af9c77367 Mon Sep 17 00:00:00 2001 From: Aurel Canciu Date: Fri, 4 Dec 2020 16:17:50 +0200 Subject: [PATCH] Fix list parsing issue in the docs Signed-off-by: Aurel Canciu --- README.md | 1 - docs/get-started/index.md | 12 ++++-------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6f445013..86e724c6 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ curl -s https://toolkit.fluxcd.io/install.sh | sudo bash Arch Linux (AUR) packages: -There are three packages published in AUR: - [flux-bin](https://aur.archlinux.org/packages/flux-bin): install the latest stable version using a pre-build binary (recommended) - [flux-go](https://aur.archlinux.org/packages/flux-go): build the latest diff --git a/docs/get-started/index.md b/docs/get-started/index.md index ed43c342..ef3c1a58 100644 --- a/docs/get-started/index.md +++ b/docs/get-started/index.md @@ -34,14 +34,10 @@ curl -s https://toolkit.fluxcd.io/install.sh | sudo bash The install script downloads the flux binary to `/usr/local/bin`. -If using Arch Linux, there are three packages published in AUR you can use to -install `flux`: -- [flux-bin](https://aur.archlinux.org/packages/flux-bin): install the latest - stable version using a pre-build binary (recommended) -- [flux-go](https://aur.archlinux.org/packages/flux-go): build the latest - stable version from source code -- [flux-scm](https://aur.archlinux.org/packages/flux-scm): build the latest - (unstable) version from source code from our git `main` branch +If using Arch Linux, install the latest stable version from **AUR** using +either [flux-bin](https://aur.archlinux.org/packages/flux-bin) (pre-built +binary) or [flux-go](https://aur.archlinux.org/packages/flux-go) (locally built +binary). Binaries for **macOS**, **Windows** and **Linux** AMD64/ARM are available for download on the [release page](https://github.com/fluxcd/flux2/releases).