diff options
author | Stefan Strogin <steils@gentoo.org> | 2020-08-15 11:40:26 +0300 |
---|---|---|
committer | Stefan Strogin <steils@gentoo.org> | 2020-08-15 11:40:26 +0300 |
commit | 9dbf066f9b5cf66dbf6b04b1b086b54de99f6930 (patch) | |
tree | aefafe640bdc9270cfb6a95d61b734509330e190 | |
parent | dev-libs/olm: upgrade to 3.1.5 (diff) | |
download | matrix-9dbf066f9b5cf66dbf6b04b1b086b54de99f6930.tar.gz matrix-9dbf066f9b5cf66dbf6b04b1b086b54de99f6930.tar.bz2 matrix-9dbf066f9b5cf66dbf6b04b1b086b54de99f6930.zip |
README.md: drop needless sections Layman and Manually
Signed-off-by: Stefan Strogin <steils@gentoo.org>
-rw-r--r-- | README.md | 26 |
1 files changed, 0 insertions, 26 deletions
@@ -13,32 +13,6 @@ or Layman. # eselect repository enable matrix ``` -### 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://gitlab.com/steils/matrix-overlay -``` - -2. Create a new file called `matrix.conf` in `/etc/portage/repos.conf/` with the -following content: -``` -[matrix] -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 Don't hesitate to create a MR for any other Matrix clients, servers and other |