From 29607d895157bf82d898cf8e69c1108bf4ba57c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 12 Feb 2015 13:45:53 +0100 Subject: [PATCH] Updated readme again --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 . ```