From f5cf4fc8fbfbe6e02cb1ee700c035c073db4a5cb Mon Sep 17 00:00:00 2001 From: Sergey Bronnikov Date: Mon, 3 Feb 2020 19:16:42 +0300 Subject: [PATCH] README: OpenBSD package (#1848) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1f5972f..42f15efd 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf | FreeBSD | `pkg install fzf` | | NixOS | `nix-env -iA nixpkgs.fzf` | | openSUSE | `sudo zypper install fzf` | +| OpenBSD | `pkg_add fzf` | Shell extensions (key bindings and fuzzy auto-completion) and Vim/Neovim plugin may or may not be enabled by default depending on the package manager.