Skip to content

Commit

Permalink
update readme for test
Browse files Browse the repository at this point in the history
  • Loading branch information
helen-shao committed May 3, 2022
1 parent 96056c3 commit 033082b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ go get github.com/wavefronthq/prometheus-storage-adapter
2. Build it:
```
cd $(GOPATH)/src/github.com/wavefronthq/prometheus-storage-adapter
make deps build
go mod tidy
go mod vendor
make build
```

## Configuration
Expand Down

0 comments on commit 033082b

Please sign in to comment.