summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2014-03-07 15:48:57 +0100
committerGravatar Mike Burns <mike@mike-burns.com>2014-03-07 15:48:57 +0100
commitfe64c628a05a432f71573e93acc842cbedd418da (patch)
tree3fa5a8cd620b5f8f15084ece34c14a5dcb5e16a8 /README.md
parentbf3cad0417d4c96de72f0b221ed145bd54d5cb50 (diff)
Update installation instructions for 1.2.1
This also ties up any loose ends, including where to find the tarball and how to contribute.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
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
-------