From 38b273cfed82f4b836cce99a1cef70b1b407b08a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Thu, 7 Jan 2021 21:38:18 +0100 Subject: [PATCH] README.md: add manual option of eselect-repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6271271..50a874c 100644 --- a/README.md +++ b/README.md @@ -64,11 +64,11 @@ If you are using [eselect-repository](https://wiki.gentoo.org/wiki/Eselect/Repos eselect repository enable src_prepare-overlay ``` -#### Manual +### Manual If you want to manually add the overlay, see [examples/repos.conf/src_prepare-overlay.conf](https://gitlab.com/src_prepare/src_prepare-overlay/blob/master/examples/repos.conf/src_prepare-overlay.conf). -##### Layman +#### Layman If you are using [Layman](https://wiki.gentoo.org/wiki/Layman), execute: @@ -76,6 +76,15 @@ If you are using [Layman](https://wiki.gentoo.org/wiki/Layman), execute: layman -o 'https://gitlab.com/src_prepare/src_prepare-overlay/raw/master/repositories.xml' -f -a src_prepare-overlay ``` +#### eselect-repository + +If you are using [eselect-repository](https://wiki.gentoo.org/wiki/Eselect/Repository), execute: + +``` sh +eselect repository add src_prepare-overlay git https://gitlab.com/src_prepare/src_prepare-overlay +``` + + ## How do I sync this? Execute: