Merge pull request #314 from drnic/goget

make failure? - suggest "go get -u ./..."
This commit is contained in:
Armon Dadgar 2014-09-02 14:38:45 -07:00
commit 1589e41b8b
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