-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
22 lines (17 loc) · 886 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Make sure in /etc/layman/layman.cfg: file:///etc/portage/layman-custom.xml under "overlays"
And layman-custom.xml:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
<repositories xmlns="" version="1.0">
<repo quality="experimental" status="unofficial">
<name><![CDATA[qsoverlay]]></name>
<description><![CDATA[QBasicer's custom repo]]></description>
<homepage>https://github.com/qbasicer/Qs-Overlay</homepage>
<owner>
<email>[email protected]</email>
<name><![CDATA[Cody Harris]]></name>
</owner>
<source type="git">git://github.com/qbasicer/Qs-Overlay.git</source>
<feed>http://github.com/feeds/qbasicer/commits/Qs-Overlay/master</feed>
</repo>
</repositories>