From 6cf37d1b5cfb8444508335ac32101fe8ca20f5b2 Mon Sep 17 00:00:00 2001
From: Stephen D <webmaster@scd31.com>
Date: Wed, 14 Feb 2024 17:26:53 -0400
Subject: [PATCH] add protobuf dependency to readme

---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8212a68..5621d34 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,13 @@ Reference CATS/FELINET I-gate/digipeater for the Raspberry Pi. Requires an I-Gat
 
 ## Building
 
-To build the software, you will need to install [Rustup](https://rustup.rs/). You'll also need git. After these are installed, restart your terminal, or open a new one. Then run these commands:
+To build the software, you will need to install [Rustup](https://rustup.rs/). You'll also need to install some dependencies:
+
+```bash
+sudo apt install git protobuf-compiler
+```
+
+After these are installed, restart your terminal, or open a new one. Then run these commands:
 
 ```bash
 git clone https://gitlab.scd31.com/cats/igate
-- 
GitLab