From f304bb3b98737605159ac77f906b9b2da9bb99ed Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Mon, 6 Jul 2015 09:45:58 +0100 Subject: [PATCH] Add 'make deps' to build instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3d00f9d5..316b2fd36 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ boot2docker, replace localhost with the output of `boot2docker ip`.) ## Build ``` +make deps make ```