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.