mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
README: use apt instead of apt-get
apt has a slightly nicer UI. Fixes #8497.
This commit is contained in:
parent
e2331eb034
commit
c0fa4a6f4c
1 changed files with 3 additions and 3 deletions
|
@ -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 <https://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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue