summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2017-11-13 22:40:17 -0500
committerJunegunn Choi <junegunn.c@gmail.com>2017-11-14 12:40:17 +0900
commitfd03aabeb2364924ee6bbdf993a3ba8f927855de (patch)
tree1c1f399a9162e107f1fa8a462915a3033340b031
parent8068c975c2ee812ef1762bf2c21b948f03da210d (diff)
downloadfzf-fd03aabeb2364924ee6bbdf993a3ba8f927855de.tar.gz
Add Fedora installation information (#1141)
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index a7c193a5..7c256c3d 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ Table of Contents
* [Using git](#using-git)
* [Using Homebrew or Linuxbrew](#using-homebrew-or-linuxbrew)
* [As Vim plugin](#as-vim-plugin)
+ * [Fedora](#fedora)
* [Windows](#windows)
* [Upgrading fzf](#upgrading-fzf)
* [Building fzf](#building-fzf)
@@ -114,6 +115,20 @@ But it's recommended that you use a plugin manager like
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
```
+### Fedora
+
+fzf is available in Fedora 26 and above, and can be installed using the usual
+method:
+
+```sh
+sudo dnf install fzf
+```
+
+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 for more information.
+
+
### Windows
Pre-built binaries for Windows can be downloaded [here][bin]. fzf is also