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 <[email protected]> * Update CONTRIBUTING.md Signed-off-by: Ben Kochie <[email protected]> --------- Signed-off-by: pokom <[email protected]> Signed-off-by: Ben Kochie <[email protected]> Co-authored-by: Ben Kochie <[email protected]>
1 parent 58cda36 commit b3d6541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
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)