aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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