From e5aa50567d0d5fe4af63aef250686f128d2c56a3 Mon Sep 17 00:00:00 2001 From: Ian Moone Date: Wed, 21 Nov 2018 05:20:46 +0000 Subject: README.md: update URLs to GitLab repo - Add intructions for eselect-repository, which supersedes the need for app-admin/layman. --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 19f8244..324a989 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,13 @@ This Gentoo overlay contains clients and servers for the Matrix protocol ## Installation -This repository can be added manually or using Layman +This repository can be added manually or using eselect-repository or Layman + +### eselect-repository + +``` +# eselect repository enable matrix +``` ### Layman @@ -20,7 +26,7 @@ Make sure the Layman overlay list is up-to-date 1. Clone this repository somewhere ``` -$ git clone https://github.com/puretryout/matrix-overlay +$ git clone https://gitlab.com/PureTryOut/matrix-overlay.git ``` 2. Create a new file called `matrix.conf` in `/etc/portage/repos.conf` with the following content: @@ -34,6 +40,6 @@ location = /path/to/cloned/repository ## Contributing -Don't hesitate to create a PR for any other Matrix clients, servers and other services! +Don't hesitate to create a MR 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). +You can report any ebuild issues or feature requests in the [issue tracker](https://gitlab.com/PureTryOut/matrix-overlay/issues). -- cgit v1.2.3-65-gdbad