diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -2,15 +2,15 @@ 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: +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 + [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` |