Convert README to the markdown syntax

This commit is contained in:
Sergey Morozov 2014-11-10 00:19:57 +03:00
parent 2e2253f5b0
commit 2223d98b68
2 changed files with 12 additions and 8 deletions

8
README
View File

@ -1,8 +0,0 @@
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

12
README.md Normal file
View File

@ -0,0 +1,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
'''