You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a requirement for the fzf version now. The minimum required fzf
version is currently 0.49.0. If the installed version is lower, forgit
will exit with an error message.
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,13 @@ It's **lightweight** and **easy to use**.
29
29
30
30
# 📥 Installation
31
31
32
-
*Make sure you have [`fzf`](https://github.com/junegunn/fzf) installed.*
32
+
## Requirements
33
+
34
+
-[`fzf`](https://github.com/junegunn/fzf) version `0.49.0` or higher
35
+
36
+
If your OS package manager bundles an older version of `fzf`, you might install it using [`fzf`'s own install script'](https://github.com/junegunn/fzf?tab=readme-ov-file#using-git).
0 commit comments