From 95b117a1a3654e31acd8a760f6a0391939d13647 Mon Sep 17 00:00:00 2001 From: jylenhof Date: Tue, 16 Dec 2025 11:32:07 +0100 Subject: [PATCH] docs(installation): add mise alternative method installation Signed-off-by: jylenhof --- content/en/flux/installation/_index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/en/flux/installation/_index.md b/content/en/flux/installation/_index.md index 441a82465..e46e9ef35 100644 --- a/content/en/flux/installation/_index.md +++ b/content/en/flux/installation/_index.md @@ -46,6 +46,15 @@ With [Homebrew](https://brew.sh) for macOS and Linux: brew install fluxcd/tap/flux ``` +{{% /tab %}} +{{% tab header="Mise" %}} + +With [Mise](https://github.com/jdx/mise) for macOS and Linux: + +```sh +mise use -g flux2@latest +``` + {{% /tab %}} {{% tab header="bash" %}}