fix: mention dependencies to build from source

merge-requests/277/head
user 2 years ago committed by Jonas Zohren
parent 401b88d16d
commit bfcf2db497
No known key found for this signature in database
GPG Key ID: FE3ED5D90A175463

@ -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

Loading…
Cancel
Save