Skip to content

Commit

Permalink
added note about docker and go dependency to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbellamy committed Feb 16, 2016
1 parent a866066 commit cc46795
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ kubectl create -f scope-probe-ds.yaml

## <a name="developing"></a>Developing

Building scope from source depends on the latest versions of
[docker](https://www.docker.com/) and [go](https://golang.org/), so
please install those before proceeding.

The build is in two stages. `make deps` installs some tools we use later in
the build. `make` builds the UI build container, builds the UI in said
container, builds the backend build container, builds the app and probe in a
Expand Down

0 comments on commit cc46795

Please sign in to comment.