mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-26 06:46:35 +00:00
Add Debian install instructions (#1620)
This commit is contained in:
parent
e7097a9d25
commit
de569f0052
12
README.md
12
README.md
@ -27,6 +27,7 @@ Table of Contents
|
|||||||
* [Using git](#using-git)
|
* [Using git](#using-git)
|
||||||
* [As Vim plugin](#as-vim-plugin)
|
* [As Vim plugin](#as-vim-plugin)
|
||||||
* [Arch Linux](#arch-linux)
|
* [Arch Linux](#arch-linux)
|
||||||
|
* [Debian](#debian)
|
||||||
* [Fedora](#fedora)
|
* [Fedora](#fedora)
|
||||||
* [FreeBSD](#freebsd)
|
* [FreeBSD](#freebsd)
|
||||||
* [Windows](#windows)
|
* [Windows](#windows)
|
||||||
@ -145,6 +146,17 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
|
|||||||
sudo pacman -S fzf
|
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
|
### Fedora
|
||||||
|
|
||||||
fzf is available in Fedora 26 and above, and can be installed using the usual
|
fzf is available in Fedora 26 and above, and can be installed using the usual
|
||||||
|
Loading…
Reference in New Issue
Block a user