aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index cf881d8..10230c6 100644
--- a/README.md
+++ b/README.md
@@ -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`