From 8d0fdd61b9f1440ea300d3ac974a33f19ff2c80e Mon Sep 17 00:00:00 2001 From: Chelsea Holland Komlo Date: Wed, 1 Aug 2018 17:46:33 -0400 Subject: [PATCH] add note to readme to install protoc for local development --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ed483a3b9..cb5e66844 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,9 @@ $ make dev-ui ... $ bin/nomad ... + +To compile protobuf files, installing protoc is required: See +https://github.com/google/protobuf for more information. ``` **Note:** Building the Nomad UI from source requires Node, Yarn, and Ember CLI. These tools are already in the Vagrant VM. Read the [UI README](https://github.com/hashicorp/nomad/blob/master/ui/README.md) for more info.