From 6b37ff050208a9a64683a7219739b4369a76c6fb Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Thu, 3 Jan 2019 17:57:02 +0900 Subject: [PATCH] Update ppa repo to fish shell 3.x Signed-off-by: Takuya Noguchi --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e57a074f..786a172ef 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,11 @@ Packages for Debian, Fedora, openSUSE, and Red Hat Enterprise Linux/CentOS are a Service](https://software.opensuse.org/download.html?project=shells%3Afish%3Arelease%3A2&package=fish). Packages for Ubuntu are available from the [fish -PPA](https://launchpad.net/~fish-shell/+archive/ubuntu/release-2), and can be installed using the +PPA](https://launchpad.net/~fish-shell/+archive/ubuntu/release-3), and can be installed using the following commands: ``` -sudo apt-add-repository ppa:fish-shell/release-2 +sudo apt-add-repository ppa:fish-shell/release-3 sudo apt-get update sudo apt-get install fish ```