mirror of
https://github.com/junegunn/fzf.git
synced 2025-12-25 13:41:10 +08:00
docs(README): add mise alternative method installation (#4637)
Signed-off-by: jylenhof <jygithub@lenhof.eu.org>
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user