summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2014-03-28 16:31:15 +0100
committerGravatar Mike Burns <mike@mike-burns.com>2014-03-28 16:31:15 +0100
commit2cfc2548818c3e339e279c7f427e90682a7bfa3a (patch)
tree01ada0a09ad82d27dee8fb67372c700906dcc317 /README.md
parentcd809488c9169802eded69eefb32eafb7a96f145 (diff)
Post-release cleanup
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 6e2b38e..4eaf7e9 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@ Arch Linux:
Debian-based (including Ubuntu):
- wget https://thoughtbot.github.io/rcm/debs/rcm_1.2.1-2_all.deb
- sudo dpkg -i rcm_1.2.1-2_all.deb
+ wget https://thoughtbot.github.io/rcm/debs/rcm_1.2.2-2_all.deb
+ sudo dpkg -i rcm_1.2.2-2_all.deb
Gentoo-based (including Funtoo):
@@ -35,9 +35,9 @@ 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 && \
+ wget https://thoughtbot.github.io/rcm/dist/rcm-1.2.2.tar.gz && \
+ tar -xvf rcm-1.2.2.tar.gz && \
+ cd rcm-1.2.2 && \
./configure && \
make && \