diff --git a/docs/build.md b/docs/build.md index f4769b0d13..913931a4c1 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 +```