Torkel Ödegaard преди 11 години
родител
ревизия
29607d8951
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      README.md

+ 2 - 2
README.md

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