From 3811164426a76bf69b18fc0dc2130450aae42ff9 Mon Sep 17 00:00:00 2001
From: Nicolas80 <nicolas.pmail@protonmail.com>
Date: Mon, 18 Nov 2024 11:07:35 +0100
Subject: [PATCH] add protobuf-compiler package to documentation
 (nodes/rust/duniter-v2s!289)

* 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