Add more details on apt installation in README.md (#1977)

This commit is contained in:
Janek 2020-04-18 05:59:32 +02:00 committed by GitHub
parent 6e464ebd9b
commit 3f8e741562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
| --- | --- |
| Alpine Linux | `sudo apk add fzf` |
| Arch Linux | `sudo pacman -S fzf` |
| Debian | `sudo apt-get install fzf` |
| Debian 9+/Ubuntu 19.10+| `sudo apt-get install fzf` |
| Fedora | `sudo dnf install fzf` |
| FreeBSD | `pkg install fzf` |
| NixOS | `nix-env -iA nixpkgs.fzf` |