Merge branch 'build-dependencies-deploy' into 'next'

Mention dependencies to build from source

See merge request famedly/conduit!275
This commit is contained in:
Timo Kösters
2022-01-29 08:35:54 +00:00
+5 -1
View File
@@ -29,7 +29,11 @@ ## Installing Conduit
$ 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