From d3d153b9c099185585db24b2e2163d7993d3ce07 Mon Sep 17 00:00:00 2001 From: tgerczei Date: Sat, 13 Dec 2014 08:16:36 +0100 Subject: [PATCH] Update README.md layman syntax correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c4151a..352737c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Gentoo users can install from a 3rd-party repository preferably via layman: # USE="subversion git" emerge app-portage/layman # wget --no-check-certificate https://www.gerczei.eu/files/gerczei.xml -O /etc/layman/overlays/gerczei.xml - # layman -a qt gerczei + # layman -f -a qt -a gerczei # ACCEPT_KEYWORDS="~*" emerge x11-terms/cool-retro-term::gerczei A word of warning: USE flags and keywords are to be added to portage's configuration files and every emerge operation should be executed with '-p' (short option for --pretend) appended to the command line first as per best practice!