aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2021-12-09 15:28:32 -0500
committerJulien Roy <julien@jroy.ca>2021-12-09 15:28:32 -0500
commite884fe45ca03be1ffe7846a6ea2937d1784abb0c (patch)
treeeba75a7714cc92505723a013201b455c4c80d539 /README.md
parent04b12f903e5869008d24c99fb396c48fd01de507 (diff)
downloadMrRoy-Overlay-e884fe45ca03be1ffe7846a6ea2937d1784abb0c.tar.gz
MrRoy-Overlay-e884fe45ca03be1ffe7846a6ea2937d1784abb0c.tar.bz2
MrRoy-Overlay-e884fe45ca03be1ffe7846a6ea2937d1784abb0c.zip
Updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index 59daf4d..cf881d8 100644
--- a/README.md
+++ b/README.md
@@ -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`