From d757e974003db77b180316239ab978a10bf2cafa Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Fri, 6 Jul 2018 10:25:14 -0400 Subject: Sort the installation instructions by OS name While here: OpenBSD is in -release, not just -current. --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 39d78e4..0d2d7f0 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ using [rcrc(5)][rcrc5]. Installation ------------ +Alpine Linux: + sudo apk add rcm + Arch Linux: https://aur.archlinux.org/packages/rcm/ @@ -38,10 +41,6 @@ Korora: [copr-fedora-korora]: https://kororaproject.org/about/news/when-adding-a-copr-repo-to-korora-fails -OpenBSD (-current): - - doas pkg_add rcm - Fedora 22, 23, 24, 25: sudo dnf copr enable seeitcoming/rcm @@ -51,7 +50,9 @@ FreeBSD: sudo pkg install rcm -openSUSE/RHEL/CentOS: [instructions](http://software.opensuse.org/download.html?project=utilities&package=rcm) +Gentoo: + + emerge app-admin/rcm macOS with Homebrew: @@ -62,23 +63,22 @@ macOS with MacPorts: port install rcm +OpenBSD: + + doas pkg_add rcm + +openSUSE/RHEL/CentOS: [instructions](http://software.opensuse.org/download.html?project=utilities&package=rcm) + Ubuntu: sudo add-apt-repository ppa:martin-frost/thoughtbot-rcm sudo apt-get update sudo apt-get install rcm -Gentoo: - - emerge app-admin/rcm - Void Linux: sudo xbps-install -S rcm -Alpine Linux: - sudo apk add rcm - Elsewhere: This uses the standard GNU autotools, so it's the normal dance: -- cgit v1.2.3