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

Commit a0dc8f5

Browse files
committed
fix go get tutorials
for cmd change
1 parent e028846 commit a0dc8f5

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)