From a0e9554a7d12730c409ad5d3b087b5ed2c58893d Mon Sep 17 00:00:00 2001 From: PureTryOut Date: Sun, 9 Jul 2017 11:50:00 +0200 Subject: Updated instructions to include the Layman method --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3-65-gdbad