From fe64c628a05a432f71573e93acc842cbedd418da Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Fri, 7 Mar 2014 15:48:57 +0100 Subject: Update installation instructions for 1.2.1 This also ties up any loose ends, including where to find the tarball and how to contribute. --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e4cd9ec..93970a2 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ Arch Linux: Debian-based (including Ubuntu): - wget http://thoughtbot.github.io/rcm/debs/rcm_1.2.0_all.deb - sudo dpkg -i rcm_1.2.0_all.deb + wget https://thoughtbot.github.io/rcm/debs/rcm_1.2.1_all.deb + sudo dpkg -i rcm_1.2.1_all.deb Gentoo-based (including Funtoo): sudo emerge layman - sudo layman -f --overlays http://github.com/bronislav/overlays/raw/master/layman.xml --add bronislav + sudo layman -f --overlays https://github.com/bronislav/overlays/raw/master/layman.xml --add bronislav sudo emerge rcm OS X: @@ -35,6 +35,10 @@ Elsewhere: This uses the standard GNU autotools, so it's the normal dance: + wget https://thoughtbot.github.io/rcm/dist/rcm-1.2.1.tar.gz && \ + tar -xvf rcm-1.2.1.tar.gz && \ + cd rcm-1.2.1 && \ + ./configure && \ make && \ make install @@ -56,7 +60,7 @@ Programs Support ------- -Pull requests welcome; see `DEVELOPERS.MD`. +Pull requests welcome; see `CONTIRBUTING.MD`. License ------- -- cgit v1.2.3