From 7322504ad07297bf44b6a7e2b8ac7a363928e6d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <45594031+dcermak@users.noreply.github.com> Date: Wed, 17 Jul 2019 04:19:13 +0200 Subject: [PATCH] Add installation instructions for openSUSE (#1631) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 42753b86..423cef09 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Table of Contents * [Arch Linux](#arch-linux) * [Debian](#debian) * [Fedora](#fedora) + * [openSUSE](#opensuse) * [FreeBSD](#freebsd) * [Windows](#windows) * [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 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 ```sh