From 43e3a21f945f348d34e7cca966c12c825bdc18d0 Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Mon, 22 Jul 2019 20:23:29 +0200 Subject: Update Ubuntu installation instructions As of Ubuntu 19.04 (Disco Dingo), rcm is now available in the Universe package repository. The ppa will no longer be necessary for future versions of Ubuntu but will be kept around until the older releases are EOL. Also, add a line to ensure that `software-properties-common` is installed. It is for instance not included in the bare `ubuntu:16.04` docker image. Add software-properties-common --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acb1674..c66679a 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,14 @@ OpenBSD: openSUSE/RHEL/CentOS: [instructions](http://software.opensuse.org/download.html?project=utilities&package=rcm) -Ubuntu: +Ubuntu (19.04 or later): + sudo apt update + sudo apt install rcm + +Ubuntu (12.04, 14.04, 16.04, 18.04, or 18.10): + + sudo apt-get install software-properties-common sudo add-apt-repository ppa:martin-frost/thoughtbot-rcm sudo apt-get update sudo apt-get install rcm -- cgit v1.2.3