diff options
-rw-r--r-- | README.md | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ # MrRoy-Overlay +My personal Gentoo overlay -My personal Gentoo overlay
\ No newline at end of file +# 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` |