summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Martin Frost <martin@frost.ws>2014-07-31 17:35:14 +0200
committerGravatar Mike Burns <mike@mike-burns.com>2014-08-01 10:12:03 +0200
commit8465d6a8d3568537f15688c66bc136a137e9c005 (patch)
tree6717736963a12168f899c770fa09edd430083fa2
parentc6e00bc9b243b33337dd99b100af43f70ff81e25 (diff)
Installation instructions for Ubuntu
Add instructions for how to install rcm on Ubuntu using the [~martin-frost/thoughtbot-rcm PPA](https://launchpad.net/~martin-frost/+archive/ubuntu/thoughtbot-rcm)
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7eb0763..b8ad0b7 100644
--- a/README.md
+++ b/README.md
@@ -18,10 +18,16 @@ Arch Linux:
https://aur.archlinux.org/packages/rcm-git/
-Debian-based (including Ubuntu):
+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 apt-add-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)