From fa9474ff74abfcacc10deb219e1dfebafba487c1 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Fri, 17 Apr 2015 10:12:11 -0700 Subject: [PATCH] Add Linux package requirement to readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f120b9..ee8bc18 100644 --- a/README.md +++ b/README.md @@ -151,8 +151,9 @@ lower resolutions before failing if it still doesn't fit. Development ----------- -Requires protoc (brew install protobuf or apt-get install libprotobuf-dev), -and sqlite3 (apt-get install libsqlite3-dev). To build: +Requires protoc (brew install protobuf or +apt-get install libprotobuf-dev and protobuf-compiler), +and sqlite3 (apt-get install libsqlite3-dev). To build: make