README: add other ways to add the repository

This commit is contained in:
XGQT 2019-12-28 16:19:15 +01:00
parent 6676191d61
commit 2c60b0d309
1 changed files with 14 additions and 0 deletions

View File

@ -16,8 +16,22 @@ Mostly to have fun.
## How do I add this?
### Official list
With layman: `layman -a myov`
or
With eselect-repository: `eselect repository enable myov`
### Manual
Check out `examples/repos.conf/src_prepare-overlay.conf`
or
With layman: `layman -o 'https://gitlab.com/src_prepare/src_prepare-overlay/raw/master/repositories.xml' -f -a myov`
## How do I sync this?
Run `sudo emaint sync -r src_prepare-overlay`