Commit 68717980 by Carl Bergquist Committed by GitHub

Merge pull request #11139 from jonyrock/patch-1

Documentation fix: "~/go" to "$GOPATH"
parents e9c64a66 67937a67
...@@ -33,7 +33,7 @@ the latest master builds [here](https://grafana.com/grafana/download) ...@@ -33,7 +33,7 @@ the latest master builds [here](https://grafana.com/grafana/download)
### Building the backend ### Building the backend
```bash ```bash
go get github.com/grafana/grafana 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 setup
go run build.go build go run build.go build
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment