From e30db159a6c79683b6f03e24a4a0de1ceeac81cb Mon Sep 17 00:00:00 2001
From: Nicolas80 <nicolas.pmail@protonmail.com>
Date: Sat, 16 Nov 2024 11:03:02 +0100
Subject: [PATCH] package "protobuf-compiler" was missing from this
 documentation; resulting in failed "cargo build"

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

diff --git a/docs/dev/beginner-walkthrough.md b/docs/dev/beginner-walkthrough.md
index fc1a8bed2..4df98d2f0 100644
--- a/docs/dev/beginner-walkthrough.md
+++ b/docs/dev/beginner-walkthrough.md
@@ -13,7 +13,7 @@ This walkthrough is based on the following video (french), don't hesitate to rec
 If you are on a debian based system, you can install the required packages with:
 
 ```bash
-sudo apt install cmake pkg-config libssl-dev git build-essential clang libclang-dev curl
+sudo apt install cmake pkg-config libssl-dev git build-essential clang libclang-dev curl protobuf-compiler
 ```
 
 Else, look at the corresponding section in the [system setup documentation](./setup.md).
-- 
GitLab