m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Add installation instructions for openSUSE (#1631)

This commit is contained in:
Dan Čermák
2019-07-17 04:19:13 +02:00
committed by Junegunn Choi
parent de569f0052
commit 7322504ad0

View File

@@ -29,6 +29,7 @@ Table of Contents
* [Arch Linux](#arch-linux) * [Arch Linux](#arch-linux)
* [Debian](#debian) * [Debian](#debian)
* [Fedora](#fedora) * [Fedora](#fedora)
* [openSUSE](#opensuse)
* [FreeBSD](#freebsd) * [FreeBSD](#freebsd)
* [Windows](#windows) * [Windows](#windows)
* [Upgrading fzf](#upgrading-fzf) * [Upgrading fzf](#upgrading-fzf)
@@ -170,6 +171,14 @@ 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.
### openSUSE
fzf is available in openSUSE Tumbleweed and can be installed via zypper:
```sh
sudo zypper install fzf
```
### FreeBSD ### FreeBSD
```sh ```sh