From aed91d142e20fce449b2daaa5a712dd70ae8ade7 Mon Sep 17 00:00:00 2001 From: Ananya Kumar Date: Mon, 8 Jun 2015 16:35:28 -0700 Subject: [PATCH] Update build.md Make it clear how to run cadvisor after building --- docs/build.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/build.md b/docs/build.md index f4769b0d..913931a4 100644 --- a/docs/build.md +++ b/docs/build.md @@ -27,3 +27,9 @@ $GOPATH/src/github.com/google/cadvisor $ godep go test ./... -test.short ``` For integration tests, see the [integration testing](integration_testing.md) page. + +Now you can run the built binary: + +``` +$GOPATH/src/github.com/google/cadvisor $ sudo ./cadvisor +```