From 7f0f4d22134058c57bfa636c76db3974f8963361 Mon Sep 17 00:00:00 2001
From: Pavlos Ratis <dastergon@gentoo.org>
Date: Wed, 25 Dec 2013 00:33:18 +0200
Subject: [PATCH] add Gentoo installation in README

---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 238e4c8e..b6f1b62 100644
--- a/README.md
+++ b/README.md
@@ -257,7 +257,7 @@ the template will be stored.
 
     apt-get install mr
 
-#### Install vcsh
+### Install vcsh
 
 #### Debian
 
@@ -265,6 +265,12 @@ If you are using Debian Squeeze, you will need to enable backports
 
     apt-get install vcsh
 
+#### Gentoo
+
+To install vcsh in Gentoo Linux just give the following command as root:
+
+    emerge dev-vcs/vcsh
+
 #### Arch Linux
 
 vcsh is availabe via [AUR](https://aur.archlinux.org/packages.php?ID=54164)
-- 
GitLab