1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2024-10-05 18:40:49 +01:00

Update README.md

This commit is contained in:
tgerczei 2014-12-03 14:06:48 +01:00
parent eb5968bdd2
commit 33c8c28899

View File

@ -26,8 +26,10 @@ 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 gerczei
# emerge x11-terms/cool-retro-term
# layman -a qt 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!
##Build instructions (Linux)