aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 76082e8f1fefdd74bd7188ee8314f4c20c067e25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# AUR Package for Conduit (Matrix Homeserver)

An AUR package for [Conduit](https://git.koesters.xyz/timo/conduit)

## Requisites

- AUR compatible distribution
- systemd (as this package installs a systemd-service and uses other systemd specific mechanisms)

## Install

From this repository:

```bash
git clone https://github.com/S7evinK/conduit-archlinux
cd conduit-archlinux
makepkg -i
```

Using your favorite AUR Helper:

```bash
yay -S matrix-conduit-git
pacaur -S matrix-conduit-git
```