Commit b1888fb8 by Chris Burkhart Committed by Torkel Ödegaard

Update building_from_source.md (#7340)

Add a note about the `go get` warning that the user sees when following the setup instructions.
parent 9b570055
......@@ -23,6 +23,8 @@ export GOPATH=`pwd`
go get github.com/grafana/grafana
```
You may see an error such as: `package github.com/grafana/grafana: no buildable Go source files`. This is just a warning, and you can proceed with the directions.
## Building the backend
```
cd $GOPATH/src/github.com/grafana/grafana
......
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