Skip to content

Commit

Permalink
fix(docs): Update CONTRIBUTING.md to reflect build process (#276)
Browse files Browse the repository at this point in the history
* fix(docs): Update CONTRIBUTING.md to reflect build process

This updated the CONTRIBUTING.md file to have the proper command tok
build and run `stackdriver_exporter`.

Signed-off-by: pokom <mark.poko@grafana.com>

* Update CONTRIBUTING.md

Signed-off-by: Ben Kochie <superq@gmail.com>

---------

Signed-off-by: pokom <mark.poko@grafana.com>
Signed-off-by: Ben Kochie <superq@gmail.com>
Co-authored-by: Ben Kochie <superq@gmail.com>
  • Loading branch information
Pokom and SuperQ committed Mar 7, 2024
1 parent 58cda36 commit b3d6541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ For complete instructions on how to compile see: [Building From Source](https://
For quickly compiling and testing your changes do:
```
# For building.
go build ./cmd/prometheus/
./prometheus
make build
./stackdriver_exporter
# For testing.
make test # Make sure all the tests pass before you commit and push :)
Expand Down

0 comments on commit b3d6541

Please sign in to comment.