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

This commit is contained in:
Dr Nic Williams 2014-09-02 10:49:28 -07:00
parent 6ee798794a
commit 3536d8c31c

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