Add AUR link to README
This commit is contained in:
parent
77adaebbfa
commit
f1e7d5243a
1 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue