From 775129367a317be439be74d9a1ac00a6805d165e Mon Sep 17 00:00:00 2001 From: Jean-Yves LENHOF <36410287+jylenhof@users.noreply.github.com> Date: Thu, 18 Dec 2025 01:59:11 +0100 Subject: [PATCH] docs(README): add mise alternative method installation (#4637) Signed-off-by: jylenhof --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b149da5e..2277a588 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Table of Contents * [Installation](#installation) * [Using Homebrew](#using-homebrew) + * [Using Mise](#using-mise) * [Linux packages](#linux-packages) * [Windows packages](#windows-packages) * [Using git](#using-git) @@ -130,6 +131,14 @@ fzf is also available [via MacPorts][portfile]: `sudo port install fzf` [portfile]: https://github.com/macports/macports-ports/blob/master/sysutils/fzf/Portfile +### Using Mise + +You can use [mise](https://github.com/jdx/mise) to install fzf. + +```sh +mise use -g fzf@latest +``` + ### Linux packages | Package Manager | Linux Distribution | Command |