@@ -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: