diff --git a/README.md b/README.md index 192a1f582e1..f3a399597a5 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ Building ``` cd $GOPATH/src/github.com/grafana/grafana git checkout -t origin/develop -go run build.go setup (only needed once to install godep) -godep restore (will pull down all golang lib dependecies in your current GOPATH) +go run build.go setup (only needed once to install godep) +godep restore (will pull down all golang lib dependecies in your current GOPATH) go build . ```