From f99e1ba441f282f9a2f0520bc62e18dd11a36b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 9 Jan 2015 10:16:01 +0100 Subject: [PATCH] Updated readme --- README.md | 13 +++++++++++++ grafana | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45ed8274f43..dc3a015d9d0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,20 @@ Work in progress Grafana 2.0 (with included Grafana backend) [![wercker status](https://app.wercker.com/status/0f109051cfaf2a6d94c0eebdc0dcaeae/s "wercker status")](https://app.wercker.com/project/bykey/0f109051cfaf2a6d94c0eebdc0dcaeae) ## building and running +Before trying to build make sure the grafana frontend git submodule is loaded. +By clone recursive + +``` +git clone --recursive +``` + +In case of after clone +``` +git submodule update --init +``` + +Building ``` go run build.go setup (only needed once to install godep) go run build.go build diff --git a/grafana b/grafana index f332f22bed9..1b9b8ba2bff 160000 --- a/grafana +++ b/grafana @@ -1 +1 @@ -Subproject commit f332f22bed9176c7a6292a2230fded2498039432 +Subproject commit 1b9b8ba2bff651a38592805c9210bd1864dc1e79