Add Arch Linux installation instruction

Close #1273

@codingCoffee
pull/1287/head
Junegunn Choi 6 years ago
parent 888fd35689
commit 6e9452b06e
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -26,6 +26,7 @@ Table of Contents
* [Using Homebrew or Linuxbrew](#using-homebrew-or-linuxbrew)
* [Using git](#using-git)
* [As Vim plugin](#as-vim-plugin)
* [Arch Linux](#arch-linux)
* [Fedora](#fedora)
* [Windows](#windows)
* [Upgrading fzf](#upgrading-fzf)
@ -131,6 +132,12 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
" and you don't have to run install script if you use fzf only in Vim.
```
### Arch Linux
```sh
sudo pacman -Sy fzf
```
### Fedora
fzf is available in Fedora 26 and above, and can be installed using the usual
@ -144,7 +151,6 @@ 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.
### Windows
Pre-built binaries for Windows can be downloaded [here][bin]. fzf is also

Loading…
Cancel
Save