Describe how to build fzf from the latest source using brew

This commit is contained in:
Junegunn Choi 2024-04-18 23:37:12 +09:00
parent d169c951f3
commit 31d72efba7
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -122,6 +122,7 @@ to install fzf.
```sh ```sh
brew install fzf brew install fzf
# To build fzf from the latest source: brew install --HEAD fzf
``` ```
> [!IMPORTANT] > [!IMPORTANT]