suggest 'go get -u ./... before running make

This commit is contained in:
Dr Nic Williams 2014-09-02 10:49:28 -07:00
parent 8e5e3fea20
commit 9ba5fe281e
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ Next, clone this repository into `$GOPATH/src/github.com/hashicorp/consul` and
then just type `make`. In a few moments, you'll have a working `consul` executable:
```
$ go get -u ./...
$ make
...
$ bin/consul