README.md: add manual option of eselect-repository

Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2021-01-07 21:38:18 +01:00
parent 37b6af8928
commit 38b273cfed
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 11 additions and 2 deletions

View File

@ -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: