junegunn / fzf-git.sh

bash and zsh key bindings for Git objects, powered by fzf
612 stars 53 forks source link

Update README.md #31

Closed hxlhxl closed 1 year ago

hxlhxl commented 1 year ago

clarify the installation requirements

junegunn commented 1 year ago

Thanks but how did you install fzf? If you followed the official instructions, you should have both fzf and fzf-tmux installed on your system.

hxlhxl commented 1 year ago

I install fzf using apt on Debian 11 on which fzf's version is 0.24.0.And I upgrade fzf alone to the latest version from github release.everything works fine within bash,but stuck under tmux + zsh environment,It took me 3 hours figuring out that fzf-tmux should also be latest。So I think it's better to add fzf-tmux to avoid the case someone might meet as me。