From 366a9f71ad5b6cf85095c2bc195d9c75b42ddba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 12 Feb 2015 13:44:22 +0100 Subject: [PATCH] Updated readme build instructions --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index e5eef25d513..192a1f582e1 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,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) -go run build.go build -``` - -For quicker builds: - -``` godep restore (will pull down all golang lib dependecies in your current GOPATH) -go build -o ./bin/grafana . +go build . ``` To build less to css for the frontend you will need a recent version of of node (v0.12.0),