From 5f39cee9805d287cf0324674575ae8b2a72ec795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gal=C3=A1n=20y=20Martins?= <2453957+galan@users.noreply.github.com> Date: Wed, 13 May 2026 18:55:00 +0200 Subject: [PATCH] Extended installation instructions for mise. --- INSTALLATION.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/INSTALLATION.md b/INSTALLATION.md index 484d1c93d..2df6aede2 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -4,6 +4,16 @@ [![Packaging status](https://repology.org/badge/vertical-allrepos/stackit-cli.svg?columns=1)](https://repology.org/project/stackit-cli/versions) +### Platform independent + +#### mise + +The STACKIT CLI is available on all major platforms via [mise](https://mise.jdx.dev/): + +```shell +mise u -g github:/stackitcloud/stackit-cli +``` + ### macOS The STACKIT CLI can be installed through the [Homebrew](https://brew.sh/) package manager.