From eec00541de9874067a077f37b35b88db52fad84b Mon Sep 17 00:00:00 2001 From: Peter Bourgon Date: Wed, 16 Sep 2015 17:52:18 +0200 Subject: [PATCH] README: need make deps --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 026a37893..ee5a09b99 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,15 @@ boot2docker, replace localhost with the output of `boot2docker ip`.) ## Build -The build is in four stages. `make frontend` builds a UI build image with all -NPM dependencies. `make static` compiles the UI into `static.go` which is part -of the repository for convenience. `make backend` builds the backend Go app -which then includes the static files. The final `make` pushes the app into a -Docker image called **weaveworks/scope**. +The build is in five stages. `make deps` installs some tools we use later in +the build. `make frontend` builds a UI build image with all NPM dependencies. +`make static` compiles the UI into `static.go` which is part of the repository +for convenience. `make backend` builds the backend Go app which then includes +the static files. The final `make` pushes the app into a Docker image called +**weaveworks/scope**. ``` +make deps make frontend make static make backend