From c0fa4a6f4c57bf0694e1d085d88f0ce64b63cf8a Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 30 Nov 2021 21:39:46 +0800 Subject: [PATCH] README: use apt instead of apt-get apt has a slightly nicer UI. Fixes #8497. --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index a95445d7e..30c6171de 100644 --- a/README.rst +++ b/README.rst @@ -48,8 +48,8 @@ and can be installed using the following commands: :: sudo apt-add-repository ppa:fish-shell/release-3 - sudo apt-get update - sudo apt-get install fish + sudo apt update + sudo apt install fish Instructions for other distributions may be found at `fishshell.com `__. @@ -212,7 +212,7 @@ On Debian or Ubuntu you want: :: - sudo apt-get install build-essential cmake ncurses-dev libncurses5-dev libpcre2-dev gettext + sudo apt install build-essential cmake ncurses-dev libncurses5-dev libpcre2-dev gettext On RedHat, CentOS, or Amazon EC2: