summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJanek <xerusx@pm.me>2020-04-18 05:59:32 +0200
committerGitHub <noreply@github.com>2020-04-18 12:59:32 +0900
commit3f8e741562976d94aeea18d23ab486229755861a (patch)
treec5319a8ca9fe08fa8c6e777856847228ad3bf839 /README.md
parent6e464ebd9b0cc4afadf460458fa0cd80915ea419 (diff)
Add more details on apt installation in README.md (#1977)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 02fcbc18..24bb1b6b 100644
--- a/README.md
+++ b/README.md
@@ -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` |