From 389e603e42418074921c9fd606edd450e2736385 Mon Sep 17 00:00:00 2001 From: Marcos Nils Date: Fri, 3 Nov 2017 13:56:38 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c48d26a..363b8e3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Start the Docker daemon on your machine and run `docker pull franela/dind`. 1) Install go 1.7.1+ with `brew` on Mac or through a package manager. -2) `go get -v -d -t ./...` +2) Install [dep](https://github.com/golang/dep) and run `dep ensure` to pull dependencies 3) Start PWD as a container with docker-compose up.