Skip to content

Commit

Permalink
Add cloning instructions to be inside GOPATH (grafana#176)
Browse files Browse the repository at this point in the history
Signed-off-by: Goutham Veeramachaneni <[email protected]>
  • Loading branch information
gouthamve authored Dec 20, 2018
1 parent f66d9e9 commit 81e48e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions production/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Loki can be run in a single host, no-dependencies mode using the following comma
You need `go` [v1.10+](https://golang.org/dl/) installed locally.

```bash

$ go get github.com/grafana/loki
$ cd $GOPATH/src/github.com/grafana/loki # GOPATH is $HOME/go by default.

$ go build ./cmd/loki
$ ./loki -config.file=./cmd/loki/loki-local-config.yaml
...
Expand Down

0 comments on commit 81e48e7

Please sign in to comment.