aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPureTryOut <bart.ribbers@openmailbox.org>2017-07-08 16:57:35 +0200
committerPureTryOut <bart.ribbers@openmailbox.org>2017-07-08 16:57:35 +0200
commit0785cd8060e61b4a31945cbffbc89ffcd99bc7f0 (patch)
tree22edfa69377f046370192b5c2bc70b9e9fa4e107 /README.md
parentFix Manifest containing not available ebuild (diff)
downloadmatrix-0785cd8060e61b4a31945cbffbc89ffcd99bc7f0.tar.gz
matrix-0785cd8060e61b4a31945cbffbc89ffcd99bc7f0.tar.bz2
matrix-0785cd8060e61b4a31945cbffbc89ffcd99bc7f0.zip
Replaced Layman section for custom repo installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 7 insertions, 11 deletions
diff --git a/README.md b/README.md
index 8a9ab74..cac04ae 100644
--- a/README.md
+++ b/README.md
@@ -4,25 +4,21 @@ This Gentoo overlay contains clients and servers for the Matrix protocol
## Installation
-Install this overlay like any other.
+This repository is not (yet) available in Layman, and will have to be added manually.
-* Install [`layman`](https://wiki.gentoo.org/wiki/Layman), Gentoo's official overlay manager.
+1. Clone this repository somewhere
```
-# emerge --ask app-portage/layman
+git clone https://github.com/puretryout/matrix-overlay
```
-* Add the `matrix` overlay
-
+2. Create a new file called `matrix.conf` in `/etc/portage/repos.conf` with the following content:
```
-# layman -a matrix
+[matrix]
+location = /path/to/cloned/repository
```
-* Synchronize overlays
-
-```
-# layman -S
-```
+3. Install the package(s) using Portage
## Contributing