From 7b697b8dafbdc4d89850698cd7a8892aa90db7e3 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Mon, 24 Oct 2022 22:08:38 -0400 Subject: [PATCH] README.md: python3-protobuf is also required Issue: #2 Signed-off-by: Andrew Gunnerson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86e7573..b9c2a7f 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ The boot-related components are signed with an AVB key and OTA-related component git submodule update --init --recursive ``` -3. Ensure that `openssl`, `python3`, and a Java compiler are installed. +3. Ensure that `openssl`, `python3`, `python3-protobuf`, and a Java compiler are installed. 4. Follow the steps to [generate signing keys](#generating-keys).