aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moone <gentoo@chaoslab.org>2018-11-21 05:20:46 +0000
committerPureTryOut <bribbers@disroot.org>2019-01-04 15:22:42 +0100
commite5aa50567d0d5fe4af63aef250686f128d2c56a3 (patch)
tree0172a48a239aa5e78f8e3a3e43d19ccf7626431c /README.md
parentAdd .gitattributes for syntax highlighting (diff)
downloadmatrix-e5aa50567d0d5fe4af63aef250686f128d2c56a3.tar.gz
matrix-e5aa50567d0d5fe4af63aef250686f128d2c56a3.tar.bz2
matrix-e5aa50567d0d5fe4af63aef250686f128d2c56a3.zip
README.md: update URLs to GitLab repo
- Add intructions for eselect-repository, which supersedes the need for app-admin/layman.
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 10 insertions, 4 deletions
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).