add note to readme to install protoc for local development

This commit is contained in:
Chelsea Holland Komlo 2018-08-01 17:46:33 -04:00
parent d8fb48a45e
commit 8d0fdd61b9
1 changed files with 3 additions and 0 deletions

View File

@ -130,6 +130,9 @@ $ make dev-ui
... ...
$ bin/nomad $ 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. **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.