From de28baf2b127b59145a8578edd91e68ff53168fb Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo@trentesaux.fr>
Date: Tue, 11 Jul 2023 17:58:52 +0200
Subject: [PATCH] doc add missing protobuf compiler

---
 docs/dev/setup.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/dev/setup.md b/docs/dev/setup.md
index ef3140d99..9fa715040 100644
--- a/docs/dev/setup.md
+++ b/docs/dev/setup.md
@@ -35,7 +35,7 @@ Use a terminal shell to execute the following commands:
 ```bash
 sudo apt update
 # May prompt for location information
-sudo apt install -y cmake pkg-config libssl-dev git build-essential clang libclang-dev curl
+sudo apt install -y cmake pkg-config libssl-dev git build-essential clang libclang-dev curl protobuf-compiler
 ```
 
 ### Arch Linux
-- 
GitLab