From 6bd058bc73e025a69dbdd46b9edaa5eb94220c6a Mon Sep 17 00:00:00 2001 From: Jean-Yves LENHOF <36410287+jylenhof@users.noreply.github.com> Date: Sun, 16 Nov 2025 21:48:15 +0100 Subject: [PATCH] docs: add mise alternative method installation (#1869) * docs(README): add mise alternative method installation Signed-off-by: jylenhof * Reorganize 'mise' section in README.md Moved the 'mise' section in the README.md to a different location and removed it from the previous position. --------- Signed-off-by: jylenhof Co-authored-by: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 337a59f1..82c05369 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ - [winget](#winget) - [Windows installer](#windows-installer) - [Conda](#conda) + - [mise](#mise) - [Pre-built binaries](#pre-built-binaries) - [Auto-completion](#auto-completion) - [Usage](#usage) @@ -399,6 +400,14 @@ conda config --set channel_priority strict conda install bottom ``` +### mise + +Available in [mise](https://github.com/jdx/mise), you can install it with something like: + +``` +mise use -g bottom@latest +``` + ### Pre-built binaries You can also use the pre-built release binaries: