nanmi-overlay

nanmi's Gentoo overlay
git clone git://xn--q9jzb1c.xn--q9jyb4c/nanmi-overlay
Log | Files | Refs | README

commit 91c85f0d3d1d709f3d497c050c033b68ba22a002
parent e6ed1e03e2c48054b1e28a56713ad932ad3233e7
Author: nanmi <nanmi@member.fsf.org>
Date:   Thu,  9 Dec 2021 02:40:12 -0300

Fix README.

Diffstat:
MREADME.md | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,15 +1,16 @@ # nanmi's Gentoo overlay ## How to add the overlay ### (A) Manually -1. Create as root `/etc/portage/repos.conf/nanmi.conf` with the following content: ``` +# cat << EOF > /etc/portage/repos.conf/nanmi.conf [nanmi] location = /var/db/repos/nanmi sync-type = git sync-uri = https://xn--ockzbp.xn--q9jzb1c.xn--q9jyb4c/nanmi-overlay auto-sync = Yes +EOF ``` -2. Run as root `emaint -r nanmi sync`. +`# emaint -r nanmi sync`. ### (B) eselect-repository `# eselect repository add nanmi git 'https://xn--ockzbp.xn--q9jzb1c.xn--q9jyb4c/nanmi-overlay'` ### (C) Layman - NOT WORKING