Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit f9c9cd3

Browse files
authored
Merge pull request #939 from bloomberg/go-get-cmd
fix go get tutorials
2 parents e028846 + a0dc8f5 commit f9c9cd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation-source.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You may want to make the `GOPATH` setting persistent, by putting that export lin
2222
## Build metrictank
2323

2424
```
25-
go get github.com/grafana/metrictank
25+
go get github.com/grafana/metrictank/...
2626
```
2727

2828
Take the file from `go/src/github.com/grafana/metrictank/metrictank-sample.ini`, put it in `/etc/metrictank/metrictank.ini` and make any changes.

docs/quick-start-docker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You will also need to install version >=1.6 of [docker-compose](https://docs.doc
1111
If you already have go installed, you can just:
1212

1313
```
14-
go get github.com/grafana/metrictank
14+
go get github.com/grafana/metrictank/...
1515
cd $GOPATH/src/github.com/grafana/metrictank
1616
```
1717

0 commit comments

Comments
 (0)