From e39302c3e59033e6e169bf5ff27348e7f4bd20e4 Mon Sep 17 00:00:00 2001 From: OlivierDehaene <23298448+OlivierDehaene@users.noreply.github.com> Date: Fri, 10 Feb 2023 15:36:52 +0100 Subject: [PATCH] add sudo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ba89b51..97216b50 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ You may also need to install Protoc. On Linux: ```shell -apt install -y protobuf-compiler +sudo apt install -y protobuf-compiler ``` On MacOS, using Homebrew: