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.