mirror of
https://github.com/junegunn/fzf.git
synced 2026-02-22 01:28:43 +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)
|
* [Installation](#installation)
|
||||||
* [Using Homebrew](#using-homebrew)
|
* [Using Homebrew](#using-homebrew)
|
||||||
|
* [Using Mise](#using-mise)
|
||||||
* [Linux packages](#linux-packages)
|
* [Linux packages](#linux-packages)
|
||||||
* [Windows packages](#windows-packages)
|
* [Windows packages](#windows-packages)
|
||||||
* [Using git](#using-git)
|
* [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
|
[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
|
### Linux packages
|
||||||
|
|
||||||
| Package Manager | Linux Distribution | Command |
|
| Package Manager | Linux Distribution | Command |
|
||||||
|
|||||||
Reference in New Issue
Block a user