Skip to content

Commit

Permalink
Update build.md
Browse files Browse the repository at this point in the history
Make it clear how to run cadvisor after building
  • Loading branch information
AnanyaKumar committed Jun 8, 2015
1 parent e22a6a5 commit aed91d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit aed91d1

Please sign in to comment.