From a6df991b76c2f3f341e9e4ef3a2c7ae0597c29ec Mon Sep 17 00:00:00 2001 From: Jason Wilder Date: Wed, 11 Feb 2015 12:12:17 -0700 Subject: [PATCH] Update README.md w/ known working build tool versions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a99d15676c3..e5eef25d513 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,8 @@ godep restore (will pull down all golang lib dependecies in your current GOPATH) go build -o ./bin/grafana . ``` -To build less to css for frontend: +To build less to css for the frontend you will need a recent version of of node (v0.12.0), +npm (v2.5.0) and grunt (v0.4.5). Run the following: ``` npm install