From 054860da8e64859b0afa3f405d0b94c12e09a7d6 Mon Sep 17 00:00:00 2001 From: Anton Melser Date: Tue, 24 Mar 2026 21:48:01 +0800 Subject: [PATCH] mise install instructions --- docs/kgctl.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/kgctl.md b/docs/kgctl.md index e5398f4d..25f52033 100644 --- a/docs/kgctl.md +++ b/docs/kgctl.md @@ -50,6 +50,17 @@ The [arkade](https://github.com/alexellis/arkade) CLI can be used to install `kg arkade get kgctl ``` +#### mise + +Users of [mise](https://mise.jdx.dev/) can install with: + +```bash +mise use -g github:squat/kilo@latest +``` + +Any updates will be installed automatically as part of your normal `mise up` updates. + + ## Commands |Command|Syntax|Description|