summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormiclill <miclill@users.noreply.github.com>2019-07-17 02:18:07 +0000
committerJunegunn Choi <junegunn.c@gmail.com>2019-07-17 11:18:07 +0900
commitde569f0052e6d2eb3986d73ea08bb3992b7f03cb (patch)
tree4ef4f06e1694248eb8665a128cfe552708a4390d /README.md
parente7097a9d25e0a64cdc9d199f243526b85c42d888 (diff)
Add Debian install instructions (#1620)
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 57f444bc..42753b86 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@ Table of Contents
* [Using git](#using-git)
* [As Vim plugin](#as-vim-plugin)
* [Arch Linux](#arch-linux)
+ * [Debian](#debian)
* [Fedora](#fedora)
* [FreeBSD](#freebsd)
* [Windows](#windows)
@@ -145,6 +146,17 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
sudo pacman -S fzf
```
+### Debian
+
+fzf is available in Debian Buster and above, and can be installed using the usual
+method:
+
+```sh
+sudo apt-get install fzf
+```
+
+Read the documentation (/usr/share/doc/fzf/README.Debian) on how to enable it.
+
### Fedora
fzf is available in Fedora 26 and above, and can be installed using the usual