smoverlay/README.md

14 lines
349 B
Markdown
Raw Normal View History

2014-11-10 00:19:57 +03:00
To install this overlay, add URL to your /etc/layman.cfg:
2014-11-10 00:21:10 +03:00
>(https://blshadow.org.ru/overlays.xml)
2014-11-10 00:21:54 +03:00
2014-11-10 00:21:10 +03:00
Example:
2014-11-10 00:22:36 +03:00
```
2014-11-10 00:19:57 +03:00
overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml
https://another-repo.tld/repo.xml
https://blshadow.org.ru/overlays.xml
2014-11-10 00:22:36 +03:00
```
2014-11-10 00:19:57 +03:00
Then you need to add repo by layman:
2014-11-10 00:22:36 +03:00
```
2014-11-10 00:19:57 +03:00
layman -f && layman -a smoverlay
2014-11-10 00:22:36 +03:00
```