aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPureTryOut <bart.ribbers@openmailbox.org>2017-07-09 11:50:00 +0200
committerPureTryOut <bart.ribbers@openmailbox.org>2017-07-09 11:50:00 +0200
commita0e9554a7d12730c409ad5d3b087b5ed2c58893d (patch)
treee0b330327e64c52714e0bae85daed223190688eb /README.md
parentCleaned up riot-web ebuilds (diff)
downloadmatrix-a0e9554a7d12730c409ad5d3b087b5ed2c58893d.tar.gz
matrix-a0e9554a7d12730c409ad5d3b087b5ed2c58893d.tar.bz2
matrix-a0e9554a7d12730c409ad5d3b087b5ed2c58893d.zip
Updated instructions to include the Layman method
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index cac04ae..19f8244 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,23 @@ This Gentoo overlay contains clients and servers for the Matrix protocol
## Installation
-This repository is not (yet) available in Layman, and will have to be added manually.
+This repository can be added manually or using Layman
+
+### Layman
+
+Make sure the Layman overlay list is up-to-date
+
+```
+# layman -S
+# layman -a matrix
+```
+
+### Manually
1. Clone this repository somewhere
```
-git clone https://github.com/puretryout/matrix-overlay
+$ git clone https://github.com/puretryout/matrix-overlay
```
2. Create a new file called `matrix.conf` in `/etc/portage/repos.conf` with the following content:
@@ -19,6 +30,7 @@ location = /path/to/cloned/repository
```
3. Install the package(s) using Portage
+4. To update the overlay just run `git pull` in the cloned repository
## Contributing