Skip to content

Commit

Permalink
unify references to GOPATH (#1069)
Browse files Browse the repository at this point in the history
Signed-off-by: Xiang Dai <764524258@qq.com>
  • Loading branch information
daixiang0 authored and rfratto committed Sep 26, 2019
1 parent 791262d commit d59b648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ $ chmod a+x "/usr/local/bin/loki"
Clone Loki to `$GOPATH/src/github.com/grafana/loki`:

```bash
$ git clone https://github.com/grafana/loki $(go env GOPATH)/src/github.com/grafana/loki
$ git clone https://github.com/grafana/loki $GOPATH/src/github.com/grafana/loki
```

Then change into that directory and run `make loki`:

```bash
$ cd $(go env GOPATH)/src/github.com/grafana/loki
$ cd $GOPATH/src/github.com/grafana/loki
$ make loki

# A file at ./cmd/loki/loki will be created and is the
Expand Down

0 comments on commit d59b648

Please sign in to comment.