Merge pull request #11139 from jonyrock/patch-1

Documentation fix: "~/go" to "$GOPATH"
This commit is contained in:
Carl Bergquist
2018-03-07 17:51:21 +01:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ the latest master builds [here](https://grafana.com/grafana/download)
### Building the backend
```bash
go get github.com/grafana/grafana
cd ~/go/src/github.com/grafana/grafana
cd $GOPATH/src/github.com/grafana/grafana
go run build.go setup
go run build.go build
```