Fixed other docs typos

This commit is contained in:
ubhatnagar
2015-10-21 22:09:07 -07:00
parent aaf4b1a399
commit 1e2e4ba3ad
12 changed files with 25 additions and 25 deletions

View File

@@ -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 .')
```