Add Arch Linux installation instruction

Close #1273

@codingCoffee
This commit is contained in:
Junegunn Choi 2018-05-04 15:59:48 +09:00
parent 888fd35689
commit 6e9452b06e
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -26,6 +26,7 @@ Table of Contents
* [Using Homebrew or Linuxbrew](#using-homebrew-or-linuxbrew) * [Using Homebrew or Linuxbrew](#using-homebrew-or-linuxbrew)
* [Using git](#using-git) * [Using git](#using-git)
* [As Vim plugin](#as-vim-plugin) * [As Vim plugin](#as-vim-plugin)
* [Arch Linux](#arch-linux)
* [Fedora](#fedora) * [Fedora](#fedora)
* [Windows](#windows) * [Windows](#windows)
* [Upgrading fzf](#upgrading-fzf) * [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. " and you don't have to run install script if you use fzf only in Vim.
``` ```
### Arch Linux
```sh
sudo pacman -Sy fzf
```
### 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
@ -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 key bindings are installed but not enabled by default. See Fedora's package
documentation (/usr/share/doc/fzf/README.Fedora) for more information. documentation (/usr/share/doc/fzf/README.Fedora) for more information.
### Windows ### Windows
Pre-built binaries for Windows can be downloaded [here][bin]. fzf is also Pre-built binaries for Windows can be downloaded [here][bin]. fzf is also