aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 10230c675c5b3eeb7f1d95603356b822b2646d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# MrRoy-Overlay
My personal Gentoo overlay

# Installation
Add a new file in /etc/portage/repos.conf/  
For example, /etc/portage/repos.conf/MrRoy-Overlay.conf  
In this file, put the content below:  

	[MrRoy-Overlay]
	location = /var/db/repos/MrRoy-Overlay
	clone-depth = 0
	sync-type = git
	sync-uri = https://git.jroy.ca/MrRoy-Overlay
	auto-sync = yes

Finally, run `emerge --sync`