From f1e7d5243aa6dba3a215228c883225cab470d74d Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 16 Mar 2022 10:09:00 -0400 Subject: [PATCH] Add AUR link to README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac3f528..4c333a9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,14 @@ A Qt5 QML Matrix client, which supports end-to-end encryption (WIP) and has a Di * libolm ## Installation -You may compile this from source, or use the [PKGBUILD](https://git.sr.ht/~redstrate/pkgbuilds/tree/main/item/trinity/PKGBUILD). +There's no pre-compiled binaries yet, but compiling from source is easily provided you have Qt5 installed. If you use +Arch Linux, there's a [PKGBUILD available from the AUR](https://aur.archlinux.org/packages/trinity-matrix-git). Simply call it from `makepkg` or through your favorite AUR helper: + +``` +$ aur sync trinity-matrix-git +``` + +Since there's not a tagged release yet, there's only the git version available as a PKGBUILD at the moment. ## Licensing Trinity's source code is distributed under the GPLv3 license. See the `LICENSE` file for more details.