m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

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

View File

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