From b222070a1a989a65737308d7922898d37de2ad3a Mon Sep 17 00:00:00 2001 From: Chris Doherty Date: Sun, 4 Mar 2018 14:40:52 +0000 Subject: [PATCH] Correct dependency installation for protobuf --- 03-code-generation/protobuf/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-code-generation/protobuf/README.adoc b/03-code-generation/protobuf/README.adoc index cc8a1b6..7ccd87a 100644 --- a/03-code-generation/protobuf/README.adoc +++ b/03-code-generation/protobuf/README.adoc @@ -33,7 +33,7 @@ This can be installed on Ubuntu using [source,bash] ---- -sudo apt-get install protobuf-compiler sudo apt-get install protobuf-compiler +sudo apt-get install protobuf-compiler libprotobuf-dev ---- # Concepts