From 4c1ff9ecbf528803d614bc2c02b8938b6290dca8 Mon Sep 17 00:00:00 2001 From: Eric Meyer Date: Thu, 26 Oct 2017 10:04:45 -0500 Subject: [PATCH] Update README to suggest installing dep via go get --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 674c83b8..d39f2cce 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - Go 1.9+ - https://github.com/golang/dep - - `brew install dep` works for Homebrew users + - `go get -u github.com/golang/dep/cmd/dep` - Postgres 10 ### Cloning the Repository