Skip to content
Snippets Groups Projects
Commit de569f00 authored by miclill's avatar miclill Committed by Junegunn Choi
Browse files

Add Debian install instructions (#1620)

parent e7097a9d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment