aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2021-12-09 15:31:16 -0500
committerJulien Roy <julien@jroy.ca>2021-12-09 15:31:16 -0500
commit3bfa87423f4ab13d6ae044bfe9538fa44aa8e2c0 (patch)
tree74559bd0d3753048208f5a98f627309efb102ff6
parente884fe45ca03be1ffe7846a6ea2937d1784abb0c (diff)
downloadMrRoy-Overlay-3bfa87423f4ab13d6ae044bfe9538fa44aa8e2c0.tar.gz
MrRoy-Overlay-3bfa87423f4ab13d6ae044bfe9538fa44aa8e2c0.tar.bz2
MrRoy-Overlay-3bfa87423f4ab13d6ae044bfe9538fa44aa8e2c0.zip
Fixed README formatting
-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`