From 8ff95a5a48c055549b3652a33faddc3d89351d91 Mon Sep 17 00:00:00 2001
From: user <user@host.com>
Date: Fri, 28 Jan 2022 22:26:56 -0800
Subject: [PATCH] fix: mention dependencies to build from source

---
 DEPLOY.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/DEPLOY.md b/DEPLOY.md
index 38e1e286..d9f91e03 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