aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPureTryOut <bart.ribbers@openmailbox.org>2017-07-08 16:39:35 +0200
committerPureTryOut <bart.ribbers@openmailbox.org>2017-07-08 16:39:35 +0200
commitb95b217c0a9806b8c8ec066510adf54b903dc20d (patch)
tree101e64404f26607ad04a8e40fbf73436a3bf0b18 /README.md
parentInitial commit (diff)
downloadmatrix-b95b217c0a9806b8c8ec066510adf54b903dc20d.tar.gz
matrix-b95b217c0a9806b8c8ec066510adf54b903dc20d.tar.bz2
matrix-b95b217c0a9806b8c8ec066510adf54b903dc20d.zip
Add required repo files, and add the nheko client
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 31 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3fb24de..8a9ab74 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,31 @@
-# matrix-overlay
-Gentoo overlay containing clients and servers for the Matrix protocol
+# Matrix Gentoo overlay
+
+This Gentoo overlay contains clients and servers for the Matrix protocol
+
+## Installation
+
+Install this overlay like any other.
+
+* Install [`layman`](https://wiki.gentoo.org/wiki/Layman), Gentoo's official overlay manager.
+
+```
+# emerge --ask app-portage/layman
+```
+
+* Add the `matrix` overlay
+
+```
+# layman -a matrix
+```
+
+* Synchronize overlays
+
+```
+# layman -S
+```
+
+## Contributing
+
+Don't hesitate to create a PR for any other Matrix clients, servers and other services!
+
+You can report any ebuild issues or feature requests in the [issue tracker](https://github.com/puretryout/matrix-overlay/issues).