1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-06-26 08:18:22 +02:00

fix: mention dependencies to build from source

This commit is contained in:
user 2022-01-28 22:26:56 -08:00
parent 8c1cf733b5
commit 8ff95a5a48

View file

@ -29,7 +29,11 @@ $ sudo wget -O /usr/local/bin/matrix-conduit <url>
$ sudo chmod +x /usr/local/bin/matrix-conduit
```
Alternatively, you may compile the binary yourself using
Alternatively, you may compile the binary yourself
```bash
$ sudo apt install libclang-dev build-essential
```
```bash
$ cargo build --release