summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFarooq Karimi Zadeh <fkz@riseup.net>2023-01-10 05:16:13 +0330
committerGitHub <noreply@github.com>2023-01-10 10:46:13 +0900
commit0f032235cf8f2d788a76c412f66012b49cdb759c (patch)
treeb6a57437ad7f37a5da3aa07ed0b7b957a49d5455
parente0f0984da7ecb0132a1744220d1d96c32583c0b8 (diff)
Correct package manager commands for apt (#3117)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f105a0cd..b413b2c2 100644
--- a/README.md
+++ b/README.md
@@ -115,7 +115,7 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
| Package Manager | Linux Distribution | Command |
| --- | --- | --- |
| APK | Alpine Linux | `sudo apk add fzf` |
-| APT | Debian 9+/Ubuntu 19.10+ | `sudo apt-get install fzf` |
+| APT | Debian 9+/Ubuntu 19.10+ | `sudo apt install fzf` |
| Conda | | `conda install -c conda-forge fzf` |
| DNF | Fedora | `sudo dnf install fzf` |
| Nix | NixOS, etc. | `nix-env -iA nixpkgs.fzf` |
@@ -129,7 +129,7 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
> :warning: **Key bindings (CTRL-T / CTRL-R / ALT-C) and fuzzy auto-completion
> may not be enabled by default.**
>
-> Refer to the package documentation for more information. (e.g. `apt-cache show fzf`)
+> Refer to the package documentation for more information. (e.g. `apt show fzf`)
[![Packaging status](https://repology.org/badge/vertical-allrepos/fzf.svg)](https://repology.org/project/fzf/versions)