mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 18:12:26 +08:00
Updated readme again
This commit is contained in:
@ -32,8 +32,8 @@ Building
|
|||||||
```
|
```
|
||||||
cd $GOPATH/src/github.com/grafana/grafana
|
cd $GOPATH/src/github.com/grafana/grafana
|
||||||
git checkout -t origin/develop
|
git checkout -t origin/develop
|
||||||
go run build.go setup (only needed once to install godep)
|
go run build.go setup (only needed once to install godep)
|
||||||
godep restore (will pull down all golang lib dependecies in your current GOPATH)
|
godep restore (will pull down all golang lib dependecies in your current GOPATH)
|
||||||
go build .
|
go build .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user