Merge pull request #758 from AnanyaKumar/better-build-doc

Update build.md
This commit is contained in:
Victor Marmol 2015-06-08 17:59:25 -07:00
commit 45f99f13fd

View File

@ -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. 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
```