aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2015-10-18 12:54:08 +0100
committerPaul Healy <lmiphay@gmail.com>2015-10-18 12:54:08 +0100
commit5e4f32e8c10050c65c12cd43d1786c30d61fb54d (patch)
treecac6659db49e09a4ce70f887ea2427600a320f58 /README.md
parentinitial ebuild for koam (diff)
downloadlmiphay-5e4f32e8c10050c65c12cd43d1786c30d61fb54d.tar.gz
lmiphay-5e4f32e8c10050c65c12cd43d1786c30d61fb54d.tar.bz2
lmiphay-5e4f32e8c10050c65c12cd43d1786c30d61fb54d.zip
add markup
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index ed10d9f..8166896 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-lmiphay gentoo overlay
-=======================
+#### lmiphay gentoo overlay
This overlay contains ebuilds I have either created or updated from various sources.
@@ -7,17 +6,24 @@ See http://gentoo-overlays.zugaina.org/lmiphay/ for an overview of the available
Browse the overlay here: http://gpo.zugaina.org/Overlays/lmiphay/
-Adding the Overlay
-=======================
+#### Adding the Overlay
This overlay is in layman, you can add this overlay by:
+```
layman -L && layman -a lmiphay
+```
+
+##### Alternative Overlay Setup
Prior to being in layman it could have been added by either:
+```
layman -f -a lmiphay -o 'https://gitweb.gentoo.org/user/lmiphay.git/plain/gentoo-overlay.xml'
+```
Or:
+```
layman -f -a lmiphay -o 'https://raw.githubusercontent.com/lmiphay/gentoo.overlay/master/overlay.xml'
+```