From c2e03ff13d851cd07a52dfac14bc772e0d9c81b5 Mon Sep 17 00:00:00 2001 From: jylenhof Date: Sun, 7 Dec 2025 19:08:25 +0100 Subject: [PATCH] docs(README): add mise alternative method installation Signed-off-by: jylenhof --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a97bdf4..9daa0fa 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,14 @@ nix-env -iA nixpkgs.dive x env use dive ``` +**Mise on Linux/MacOS/Windows** + +If you use [mise](https://github.com/jdx/mise): + +```bash +mise use -g dive@latest +``` + **Docker** ```bash docker pull docker.io/wagoodman/dive