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

Add FreeBSD installation instructions (#1569)

This commit is contained in:
Mateusz Piotrowski
2019-06-05 02:26:04 +02:00
committed by Junegunn Choi
parent 12ce76b56a
commit 0fdb71f7e4

View File

@@ -28,6 +28,7 @@ Table of Contents
* [As Vim plugin](#as-vim-plugin) * [As Vim plugin](#as-vim-plugin)
* [Arch Linux](#arch-linux) * [Arch Linux](#arch-linux)
* [Fedora](#fedora) * [Fedora](#fedora)
* [FreeBSD](#freebsd)
* [Windows](#windows) * [Windows](#windows)
* [Upgrading fzf](#upgrading-fzf) * [Upgrading fzf](#upgrading-fzf)
* [Building fzf](#building-fzf) * [Building fzf](#building-fzf)
@@ -157,6 +158,12 @@ Shell completion and plugins for vim or neovim are enabled by default. Shell
key bindings are installed but not enabled by default. See Fedora's package key bindings are installed but not enabled by default. See Fedora's package
documentation (/usr/share/doc/fzf/README.Fedora) for more information. documentation (/usr/share/doc/fzf/README.Fedora) for more information.
### FreeBSD
```sh
pkg install fzf
```
### Windows ### Windows
Pre-built binaries for Windows can be downloaded [here][bin]. fzf is also Pre-built binaries for Windows can be downloaded [here][bin]. fzf is also