From 2223d98b68686279fc6325a720819ac300585f33 Mon Sep 17 00:00:00 2001 From: Sergey Morozov Date: Mon, 10 Nov 2014 00:19:57 +0300 Subject: [PATCH] Convert README to the markdown syntax --- README | 8 -------- README.md | 12 ++++++++++++ 2 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 2d30a6c..0000000 --- a/README +++ /dev/null @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..270635e --- /dev/null +++ b/README.md @@ -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 +'''