소스 검색

Update README.md w/ known working build tool versions

Jason Wilder 11 년 전
부모
커밋
a6df991b76
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -43,7 +43,8 @@ godep restore (will pull down all golang lib dependecies in your current GOPATH)
 go build -o ./bin/grafana .
 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
 npm install