diff options
author | Julien Roy <julien@jroy.ca> | 2021-12-09 15:31:16 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2021-12-09 15:31:16 -0500 |
commit | 3bfa87423f4ab13d6ae044bfe9538fa44aa8e2c0 (patch) | |
tree | 74559bd0d3753048208f5a98f627309efb102ff6 /README.md | |
parent | e884fe45ca03be1ffe7846a6ea2937d1784abb0c (diff) | |
download | MrRoy-Overlay-3bfa87423f4ab13d6ae044bfe9538fa44aa8e2c0.tar.gz MrRoy-Overlay-3bfa87423f4ab13d6ae044bfe9538fa44aa8e2c0.tar.bz2 MrRoy-Overlay-3bfa87423f4ab13d6ae044bfe9538fa44aa8e2c0.zip |
Fixed README formatting
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` |