From fddf4609478320cffbc6a61b6011fdcf97fd7f82 Mon Sep 17 00:00:00 2001 From: Carlo van Driesten Date: Fri, 11 Feb 2022 08:46:35 +0100 Subject: [PATCH] Remove protobuf version mention in README Signed-off-by: Pierre R. Mai --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ea6fee68..2ed0d6c96 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Install `pip3` and missing python packages: ```bash $ sudo apt-get install python3-pip python3-setuptools ``` -Install `protobuf` 3.0.0: +Install `protobuf`: ```bash $ sudo apt-get install libprotobuf-dev protobuf-compiler ```