docs(README): add mise alternate installation documentation (#2342)

Signed-off-by: jylenhof <jygithub@lenhof.eu.org>
This commit is contained in:
Jean-Yves LENHOF 2025-12-24 01:21:58 +01:00 committed by GitHub
parent 61f4a316a6
commit e2a8727919
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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**