From e2a8727919cb9a8c0c84baef6e05f8c3a87e9072 Mon Sep 17 00:00:00 2001 From: Jean-Yves LENHOF <36410287+jylenhof@users.noreply.github.com> Date: Wed, 24 Dec 2025 01:21:58 +0100 Subject: [PATCH] docs(README): add mise alternate installation documentation (#2342) Signed-off-by: jylenhof --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fcbc198..7a655893 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ download one of [releases](https://github.com/helmfile/helmfile/releases) * openSUSE: install via `zypper in helmfile` assuming you are on Tumbleweed; if you are on Leap you must add the [kubic](https://download.opensuse.org/repositories/devel:/kubic/) repo for your distribution version once before that command, e.g. `zypper ar https://download.opensuse.org/repositories/devel:/kubic/openSUSE_Leap_\$releasever kubic` * Windows (using [scoop](https://scoop.sh/)): `scoop install helmfile` * macOS (using [homebrew](https://brew.sh/)): `brew install helmfile` +* Linux/macOS/Windows (using [mise](https://mise.jdx.dev)): `mise use -g helmfile@latest` **3: Container**