From d406f0d6b8691baf7edaee01fb4dddc910617e9b Mon Sep 17 00:00:00 2001 From: Johannes Schwab Date: Mon, 17 Feb 2014 12:05:52 +0100 Subject: [PATCH] Changed install instructions --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a6bc3bc..ce24bb7 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,20 @@ Unofficial gentoo-twister-overlay -================================ +================================= A gentoo overlay for twister. This overlay fetches the source from github, builds the twisterd and copies it to /usr/bin. -You can add the overlay to portage with: +First install layman if you don't have allready: + # emerge -a layman + # echo "source /var/lib/layman/make.conf" >> /etc/portage/make.conf + + (See http://wiki.gentoo.org/wiki/Layman for further instructions.) + +Then you can add the overlay to portage with: - # layman -o https://raw.github.com/ddorian1/gentoo-twister-overlay/master/gentoo-twister-overlay.xml -a twister + # layman -o https://raw.github.com/ddorian1/gentoo-twister-overlay/master/gentoo-twister-overlay.xml -f -a twister -And than install twister (and dependencies) with: +And install twister (and dependencies) with: # emerge -a twister