Change repo URL in README.md

This commit is contained in:
Sergey Morozov 2018-03-10 11:20:22 +03:00
parent b87d0c3bc2
commit 5a4259951f
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
# Quick start
To install this overlay, add the following URL to your /etc/layman.cfg (or /etc/layman/layman.cfg):
>https://blshadow.org.ru/overlays.xml
>https://s-morozov.net/overlays.xml
Example:
```
overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml
https://another-repo.tld/repo.xml
https://blshadow.org.ru/overlays.xml
https://s-morozov.net/overlays.xml
```
Then you need to add repo by layman:
`layman -f && layman -a smoverlay`