mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-01-19 12:40:10 +00:00
fix: mention dependencies to build from source
This commit is contained in:
parent
401b88d16d
commit
bfcf2db497
@ -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…
Reference in New Issue
Block a user