Update README to suggest installing dep via go get

This commit is contained in:
Eric Meyer 2017-10-26 10:04:45 -05:00
parent cc924d2a6b
commit 4c1ff9ecbf

View File

@ -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