From 3536d8c31cb3ccd9c08489d0b13aa4a4e9fb6d80 Mon Sep 17 00:00:00 2001 From: Dr Nic Williams Date: Tue, 2 Sep 2014 10:49:28 -0700 Subject: [PATCH] suggest 'go get -u ./... before running make --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be510d77d5..551aebb165 100644 --- a/README.md +++ b/README.md @@ -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