From fb8045f1cf3c8a76cba700d4e0507992be738f89 Mon Sep 17 00:00:00 2001 From: subpop Date: Mon, 10 Dec 2018 22:15:50 -0800 Subject: Update Fedora installation instructions rcm is now in the main Fedora repositories for all current (non-EOL) Fedora versions. The COPR repository is no longer required. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c8c2807..acb1674 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,8 @@ Debian-based: sudo apt-get update sudo apt-get install rcm -Fedora 22, 23, 24, 25: +Fedora: - sudo dnf copr enable seeitcoming/rcm sudo dnf install rcm FreeBSD: -- cgit v1.2.3 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(-) (limited to 'README.md') 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 From 846951f9b7a68cf68a3def861baf0702d9d33ac3 Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Sun, 20 Oct 2019 21:37:26 +0200 Subject: Move Ubuntu instructions above Debian This change helps avoid confusion from Ubuntu users not reading all the way down to the Ubuntu installation instructions but instead stopping at the "Debian-based" chunk. --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c66679a..680c7a5 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,18 @@ Arch Linux: https://aur.archlinux.org/packages/rcm/ +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 + Debian-based: wget -qO - https://apt.thoughtbot.com/thoughtbot.gpg.key | sudo apt-key add - @@ -69,18 +81,6 @@ OpenBSD: openSUSE/RHEL/CentOS: [instructions](http://software.opensuse.org/download.html?project=utilities&package=rcm) -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 - Void Linux: sudo xbps-install -S rcm -- cgit v1.2.3 From 9ab7c6f0125373acecbfbce3c31d65de90380130 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Fri, 28 Aug 2020 13:56:41 -0400 Subject: Another attempt to alphabeticalize Martin is right: "Debian-based" being first is confusing for more specific Debian-based OSes. Let's try being explicit about the fact that Ubuntu is further down. They're intentionally alphabetical so it doesn't seem like we give higher priority to one over the other. --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 680c7a5..8b6dae5 100644 --- a/README.md +++ b/README.md @@ -22,19 +22,7 @@ Arch Linux: https://aur.archlinux.org/packages/rcm/ -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 - -Debian-based: +Debian (see further down for Ubuntu): wget -qO - https://apt.thoughtbot.com/thoughtbot.gpg.key | sudo apt-key add - echo "deb https://apt.thoughtbot.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/thoughtbot.list @@ -81,6 +69,18 @@ OpenBSD: openSUSE/RHEL/CentOS: [instructions](http://software.opensuse.org/download.html?project=utilities&package=rcm) +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 + Void Linux: sudo xbps-install -S rcm -- cgit v1.2.3 From 4cb4df1d838ec94a3139a76408864147ad52a656 Mon Sep 17 00:00:00 2001 From: Stephen Date: Mon, 20 Apr 2020 05:37:42 -0700 Subject: Use homebrew-core install See https://github.com/Homebrew/homebrew-core/commit/acac1ed26447b9f9acad937dc74451c503ac8ad6 --- DEVELOPERS.md | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/DEVELOPERS.md b/DEVELOPERS.md index 828a4cd..ad36203 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -53,7 +53,7 @@ And once pushed, you should clean up | Fedora | Carl van Tonder | | 0xa478c47bcb683786 | | Gentoo | Florian Tham | | 0x7286dc0e62941423 | | Korora | Carl van Tonder | | 0xb55275fbcbe8383c | -| Homebrew | Mike Burns | | 0x3E6761F72846B014 | +| Homebrew | Stephen Groat | | 0x3FEA0C7A20399F68 | | MacPorts | Aljaž Srebrnič | | 0xe140e1eea54ee677 | | OpenBSD | Mike Burns | | 0x3E6761F72846B014 | | openSUSE | Andrei Dziahel | | 0x58BA3FA4A49D76C2 | diff --git a/README.md b/README.md index 8b6dae5..6c4f720 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ Korora: macOS with Homebrew: - brew tap thoughtbot/formulae brew install rcm macOS with MacPorts: -- cgit v1.2.3