mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed other docs typos
This commit is contained in:
@@ -25,7 +25,7 @@ go get github.com/grafana/grafana
|
||||
```
|
||||
cd $GOPATH/src/github.com/grafana/grafana
|
||||
go run build.go setup # (only needed once to install godep)
|
||||
$GOPATH/bin/godep restore # (will pull down all golang lib dependecies in your current GOPATH)
|
||||
$GOPATH/bin/godep restore # (will pull down all golang lib dependencies in your current GOPATH)
|
||||
go run build.go build # (or 'go build .')
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user