From 94f196ae273402600bf538ad7ac44b102e99c8fb Mon Sep 17 00:00:00 2001 From: Roberto Fernandez Date: Mon, 28 Aug 2017 23:22:31 -0600 Subject: [PATCH] Add 'golang' to go get URL of Setup instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e00c78de..c6dae6e3 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ $ brew upgrade dep If you're interested in hacking on `dep`, you can install via `go get`: ```sh -go get -u github.com/dep/cmd/dep +go get -u github.com/golang/dep/cmd/dep ``` To start managing dependencies using dep, run the following from your project's root directory: