summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
authoruser <user@host.com>2022-01-28 22:26:56 -0800
committeruser <user@host.com>2022-01-28 22:26:56 -0800
commit8ff95a5a48c055549b3652a33faddc3d89351d91 (patch)
tree2f48baad7e2dd63331f38a89356ecf67aefa248b /DEPLOY.md
parent8c1cf733b55d2b109590a67c2b87938bf2a89a4b (diff)
downloadconduit-8ff95a5a48c055549b3652a33faddc3d89351d91.zip
fix: mention dependencies to build from source
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index 38e1e28..d9f91e0 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -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