commit | bf7f818b687c0bba7668ef32bfdeb598911c6c61 | [log] [tgz] |
---|---|---|
author | Kevin Moore <kevmoo@google.com> | Wed Apr 22 19:36:47 2015 -0700 |
committer | Kevin Moore <kevmoo@google.com> | Wed Apr 22 19:36:47 2015 -0700 |
tree | 3aa37086e936c733fdc6e3f3bd9ba50fe0d82347 | |
parent | bf7774a4196bffef43a631b301088f6bc9646657 [diff] |
add notes on install protoc
diff --git a/README.md b/README.md index 79f6eb3..2344809 100644 --- a/README.md +++ b/README.md
@@ -109,6 +109,11 @@ Hacking ------- +You need to have `protoc` installed. + +* Linux Aptitude: `apt-get install protobuf-compiler` +* Mac [homebrew](http://brew.sh/): `brew install protobuf` + Remember to run the tests. That is as easy as `make run-tests`. The default way of running the Dart protoc plugin is through the