aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerion Entrup <gerion.entrup@flump.de>2017-05-10 14:23:57 +0200
committerGerion Entrup <gerion.entrup@flump.de>2017-05-10 14:23:57 +0200
commit186e7243532294a59d9fce5693e76fba83a62278 (patch)
tree5ba80ce9fcb7f5244d675014f96c2c8478e5e448 /README.md
parentadd rssguard ebuilds (diff)
downloadgerislay-186e7243532294a59d9fce5693e76fba83a62278.tar.gz
gerislay-186e7243532294a59d9fce5693e76fba83a62278.tar.bz2
gerislay-186e7243532294a59d9fce5693e76fba83a62278.zip
update repositories.xml and add README
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8a9b19f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+# Gerislay
+
+Personal overlay of Gerion.
+
+## Masking
+Feel free to use any of the ebuilds, but don't expect stable ones.
+
+I recommend to add:
+```
+*/*::gerislay
+```
+to your package.mask.
+
+## Installation
+To use this overlay with layman, add the url to the overlays variable in `/etc/layman/layman.cfg`:
+```
+https://git.finf.uni-hannover.de/Chrysops/gerislay/raw/master/repositories.xml
+```
+and then
+```
+layman -a gerislay
+```
+
+Improvements and Pull Requests are welcome. Please open an issue for this.