From 7366db3a59eeaa8d6bb14343460e948cfdac8f39 Mon Sep 17 00:00:00 2001 From: Chas Leichner <chas@chas.io> Date: Sat, 16 Aug 2014 17:30:52 -0700 Subject: [PATCH] Add dep on protoc compiler --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 49a42a342..17b490add 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ go install NOTE: `git` and mercurial (`hg`) are required in order for `go get` to fetch all dependencies. +If you are interested in development, please install the development dependencies as well. + ## Usage ``` @@ -60,6 +62,9 @@ Guidelines: - if you'd like to work on ipfs part-time (20+ hrs/wk) or full-time (40+ hrs/wk), contact [@jbenet](https://github.com/jbenet) - have fun! +## Development Dependencies + +If you make changes to the protocol buffers, you will need to install the [protoc compiler](https://code.google.com/p/protobuf/downloads/list). ## License