summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-04-18 23:37:12 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-04-18 23:37:12 +0900
commit31d72efba703b49b6c5f3ceee3eadac69bb1cd46 (patch)
tree70f017b2871dfa10dda1e75c6d8bdb14ae050674
parentd169c951f3abe95ac533864d3ce0515bcb89adce (diff)
Describe how to build fzf from the latest source using brew
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index fc581c9d..dd8dd379 100644
--- a/README.md
+++ b/README.md
@@ -122,6 +122,7 @@ to install fzf.
```sh
brew install fzf
+ # To build fzf from the latest source: brew install --HEAD fzf
```
> [!IMPORTANT]