From 0f032235cf8f2d788a76c412f66012b49cdb759c Mon Sep 17 00:00:00 2001 From: Farooq Karimi Zadeh Date: Tue, 10 Jan 2023 05:16:13 +0330 Subject: Correct package manager commands for apt (#3117) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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) -- cgit v1.2.3