Show how to download the latest binary in ISSUE_TEMPLATE.md

This commit is contained in:
Junegunn Choi
2024-07-19 21:42:56 +09:00
parent 3e2ed513d4
commit 8f3846f968

View File

@@ -3,7 +3,8 @@
<!-- Check all that apply [x] --> <!-- Check all that apply [x] -->
- [ ] I have fzf 0.54.0 or above - [ ] I have fzf 0.54.0 or above
- `:echo system(fzf#exec() .. ' --version')` - Check `:echo system(fzf#exec() .. ' --version')`
- If you don't have the latest version, `:call fzf#install()` to download it
- [ ] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md - [ ] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md
- [ ] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md - [ ] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md
- [ ] I have read through the manual page of fzf (`man fzf`) - [ ] I have read through the manual page of fzf (`man fzf`)