From 46a67228064ad04ba6ff32e554bd2b2349ecb461 Mon Sep 17 00:00:00 2001 From: jylenhof Date: Tue, 23 Dec 2025 21:53:32 +0100 Subject: [PATCH] docs(README): add mise alternate installation documentation Signed-off-by: jylenhof --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2209b29e..f543dd2e 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,14 @@ available tags [here](https://quay.io/repository/helmpack/chart-testing?tab=tags $ brew install chart-testing ``` +### Mise-en-place + +If you are using [mise](https://mise.jdx.dev), the polyglot tool version manager, you can install `chart testing` by using a command like: + +```shell +mise use -g helm-ct@latest +``` + ## Usage See documentation for individual commands: