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: