From adfaa01763c181d93e75c40887546ea5fe754deb Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Sun, 17 Apr 2022 13:14:55 +0000 Subject: [PATCH] readme: Update Arch installation instructions. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7deb8c4..9403270 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,18 @@ accepted and welcome. # Installation +## Arch Linux + +Packaged as `community/weechat-matrix`. + + pacman -S weechat-matrix + +## Other platforms + 1. Install libolm 3.1+ - Debian 11+ (testing/sid) or Ubuntu 19.10+ install libolm-dev - - Archlinux based distribution can install the `libolm` package from the Community repository - - FreeBSD `pkg install olm` - macOS `brew install libolm`