소스 검색

Update building_from_source.md (#7340)

Add a note about the `go get` warning that the user sees when following the setup instructions.
Chris Burkhart 9 년 전
부모
커밋
b1888fb8eb
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docs/sources/project/building_from_source.md

+ 2 - 0
docs/sources/project/building_from_source.md

@@ -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