From 38b3eeaff5f97feebc23905e9a09e0b0ef87bff2 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Sun, 24 Apr 2016 16:32:19 -0700 Subject: [PATCH] Gets rid of obsolete go get command in the README. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f7b73a650..529133ca2 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,6 @@ 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