modified: README.md

This commit is contained in:
Sergey Morozov 2014-11-10 00:22:36 +03:00
parent 1b21b8edfe
commit 30ebac32ac
1 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,12 @@ To install this overlay, add URL to your /etc/layman.cfg:
>(https://blshadow.org.ru/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
'''
```
Then you need to add repo by layman:
'''
```
layman -f && layman -a smoverlay
'''
```