Skip to content

Commit b3d6541

Browse files
PokomSuperQ
andauthored
fix(docs): Update CONTRIBUTING.md to reflect build process (#276)
* 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>
1 parent 58cda36 commit b3d6541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ For complete instructions on how to compile see: [Building From Source](https://
3333
For quickly compiling and testing your changes do:
3434
```
3535
# For building.
36-
go build ./cmd/prometheus/
37-
./prometheus
36+
make build
37+
./stackdriver_exporter
3838
3939
# For testing.
4040
make test # Make sure all the tests pass before you commit and push :)

0 commit comments

Comments
 (0)