README.md: add manual option of eselect-repository
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
parent
37b6af8928
commit
38b273cfed
13
README.md
13
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
|
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).
|
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:
|
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
|
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?
|
## How do I sync this?
|
||||||
|
|
||||||
Execute:
|
Execute:
|
||||||
|
Loading…
Reference in New Issue
Block a user