Archived
1
Fork 0

Add AUR link to README

This commit is contained in:
Joshua Goins 2022-03-16 10:09:00 -04:00
parent 77adaebbfa
commit f1e7d5243a

View file

@ -25,7 +25,14 @@ A Qt5 QML Matrix client, which supports end-to-end encryption (WIP) and has a Di
* libolm * libolm
## Installation ## 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 ## Licensing
Trinity's source code is distributed under the GPLv3 license. See the `LICENSE` file for more details. Trinity's source code is distributed under the GPLv3 license. See the `LICENSE` file for more details.