Skip to content
Snippets Groups Projects
Unverified Commit d15b0107 authored by Aurel Canciu's avatar Aurel Canciu
Browse files

Fix list parsing issue in the docs

parent c64cb130
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,6 @@ curl -s https://toolkit.fluxcd.io/install.sh | sudo bash ...@@ -38,7 +38,6 @@ curl -s https://toolkit.fluxcd.io/install.sh | sudo bash
Arch Linux (AUR) packages: Arch Linux (AUR) packages:
There are three packages published in AUR:
- [flux-bin](https://aur.archlinux.org/packages/flux-bin): install the latest - [flux-bin](https://aur.archlinux.org/packages/flux-bin): install the latest
stable version using a pre-build binary (recommended) stable version using a pre-build binary (recommended)
- [flux-go](https://aur.archlinux.org/packages/flux-go): build the latest - [flux-go](https://aur.archlinux.org/packages/flux-go): build the latest
......
...@@ -34,14 +34,10 @@ curl -s https://toolkit.fluxcd.io/install.sh | sudo bash ...@@ -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`. 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 If using Arch Linux, install the latest stable version from **AUR** using
install `flux`: either [flux-bin](https://aur.archlinux.org/packages/flux-bin) (pre-built
- [flux-bin](https://aur.archlinux.org/packages/flux-bin): install the latest binary) or [flux-go](https://aur.archlinux.org/packages/flux-go) (locally built
stable version using a pre-build binary (recommended) binary).
- [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
Binaries for **macOS**, **Windows** and **Linux** AMD64/ARM are available for download on the Binaries for **macOS**, **Windows** and **Linux** AMD64/ARM are available for download on the
[release page](https://github.com/fluxcd/flux2/releases). [release page](https://github.com/fluxcd/flux2/releases).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment