summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Anton Ilin <anton@ilin.dn.ua>2014-02-24 10:46:36 +0200
committerGravatar Mike Burns <mike@mike-burns.com>2014-02-24 16:30:47 +0100
commit0edd365a507d716690ba7e7638681a7f9a61f8b9 (patch)
tree489223ab8750b2eab7ef50ea35a7f6c6c3ee590a /README.md
parent7cb654e31e5ecc2eff6795928cb7fce416c60fdb (diff)
Add install instruction on Gentoo-based systems
Add instruction how to install rcm on a Gentoo-based GNU/Linux distribution. Currently the overlay is maintained by Anton Ilin (bronislav).
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0e8f7e0..e4cd9ec 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,12 @@ 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
+Gentoo-based (including Funtoo):
+
+ sudo emerge layman
+ sudo layman -f --overlays http://github.com/bronislav/overlays/raw/master/layman.xml --add bronislav
+ sudo emerge rcm
+
OS X:
brew tap thoughtbot/formulae