From 1c22ce97d18f580dc0872cd4b59ae8c026ebb5aa Mon Sep 17 00:00:00 2001 From: jylenhof Date: Sun, 11 Jan 2026 13:07:46 +0100 Subject: [PATCH] docs(install): add mise alternate installation documentation Signed-off-by: jylenhof --- docs/installation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 989af097..6c1f78e1 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -16,6 +16,14 @@ asdf install pluto asdf local pluto ``` +## mise-en-place + +You can install `pluto` using [mise](https://jdx.mise.dev) with a command like this: + +``` shell +mise use -g pluto@latest +``` + ## Binary Install the binary from our [releases](https://github.com/FairwindsOps/pluto/releases) page.