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

fix go get tutorials #939

Merged
merged 1 commit into from
Jun 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/installation-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You may want to make the `GOPATH` setting persistent, by putting that export lin
## Build metrictank

```
go get github.com/grafana/metrictank
go get github.com/grafana/metrictank/...
```

Take the file from `go/src/github.com/grafana/metrictank/metrictank-sample.ini`, put it in `/etc/metrictank/metrictank.ini` and make any changes.
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You will also need to install version >=1.6 of [docker-compose](https://docs.doc
If you already have go installed, you can just:

```
go get github.com/grafana/metrictank
go get github.com/grafana/metrictank/...
cd $GOPATH/src/github.com/grafana/metrictank
```

Expand Down