From 3bfa87423f4ab13d6ae044bfe9538fa44aa8e2c0 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Thu, 9 Dec 2021 15:31:16 -0500 Subject: Fixed README formatting --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'README.md') 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` -- cgit v1.2.3