From b70651927cb1fb82fab913146ba3281237b89096 Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 21 Mar 2023 16:12:50 -0400 Subject: [PATCH] update README.md again --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cb9b4d..b39f022 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,11 @@ This is my Gentoo overlay, just for my own personal use. This is essentially wha used to have in my local ebuild repository, but I decided to put it here in this Git repository so I can easily sync changes to all my Gentoo systems. -You probably don't want to use this. I reserve the right to break things randomly. +**You probably don't want to use this. I reserve the right to break things randomly.** ### Usage -If you ignored the above warning and want to continue, then add a new file -`/etc/portage/repos.conf/gered.conf` with the following in it: +Add a new file `/etc/portage/repos.conf/gered.conf` with the following in it: ```text [gered] @@ -21,3 +20,5 @@ priority = 100 ``` You may not want the `priority` set so high as I have it here. + +And then just do an `emerge --sync` and you're done.