fix overlay name in README

This commit is contained in:
XGQT 2019-12-29 17:59:44 +01:00
parent 2c60b0d309
commit 64fdee9aea
1 changed files with 3 additions and 3 deletions

View File

@ -18,11 +18,11 @@ Mostly to have fun.
### Official list
With layman: `layman -a myov`
With layman: `layman -a src_prepare-overlay`
or
With eselect-repository: `eselect repository enable myov`
With eselect-repository: `eselect repository enable src_prepare-overlay`
### Manual
@ -30,7 +30,7 @@ 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`
With layman: `layman -o 'https://gitlab.com/src_prepare/src_prepare-overlay/raw/master/repositories.xml' -f -a src_prepare-overlay`
## How do I sync this?