From fbd4f8c544f7cdd4f2052dff1435f059accf2d47 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Sun, 16 Nov 2014 08:59:15 -0800 Subject: Install from OpenBSD packages We are now in the OpenBSD ports tree, so add pkg_add(1) instructions. This only works on -current right now. While here, re-arrange installation instructions to be alphabetical by OS (or distribution) name. --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5397919..8d59027 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,6 @@ Debian-based: wget https://thoughtbot.github.io/rcm/debs/rcm_1.2.3-1_all.deb sudo dpkg -i rcm_1.2.3-1_all.deb - -Ubuntu (precise or trusty): - - sudo add-apt-repository ppa:martin-frost/thoughtbot-rcm - sudo apt-get update - sudo apt-get install rcm - -openSUSE/RHEL/CentOS: [instructions](http://software.opensuse.org/download.html?project=utilities&package=rcm) Gentoo-based (including Funtoo): @@ -37,11 +29,23 @@ Gentoo-based (including Funtoo): sudo layman -f --overlays https://github.com/bronislav/overlays/raw/master/layman.xml --add bronislav sudo emerge rcm +OpenBSD (-current): + + sudo pkg_add rcm + +openSUSE/RHEL/CentOS: [instructions](http://software.opensuse.org/download.html?project=utilities&package=rcm) + OS X: brew tap thoughtbot/formulae brew install rcm +Ubuntu (precise or trusty): + + sudo add-apt-repository ppa:martin-frost/thoughtbot-rcm + sudo apt-get update + sudo apt-get install rcm + Elsewhere: This uses the standard GNU autotools, so it's the normal dance: -- cgit v1.2.3