summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 9627a6d..139c0d7 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.2-2_all.deb
- sudo dpkg -i rcm_1.2.2-2_all.deb
+ wget https://thoughtbot.github.io/rcm/debs/rcm_1.2.3-1_all.deb
+ sudo dpkg -i rcm_1.2.3-1_all.deb
openSUSE/RHEL/CentOS: [instructions](http://software.opensuse.org/download.html?project=utilities&package=rcm)
@@ -37,9 +37,9 @@ Elsewhere:
This uses the standard GNU autotools, so it's the normal dance:
- 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 && \
+ wget https://thoughtbot.github.io/rcm/dist/rcm-1.2.3.tar.gz && \
+ tar -xvf rcm-1.2.3.tar.gz && \
+ cd rcm-1.2.3 && \
./configure && \
make && \