From 3ae972db7e0ccd96b1fcae59d9494654e9541294 Mon Sep 17 00:00:00 2001 From: Antoine Abt Date: Thu, 3 Jul 2014 08:11:28 -0700 Subject: [PATCH] Add `checkdeps` --- Developer-Guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Developer-Guide.md b/Developer-Guide.md index 652d86c..58c714e 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -49,6 +49,10 @@ The minimum requirements are: The executables `git`, `java`, `jar`, and `python` should be in your `PATH`. +You can check your configuration by running: + + $ ./build.py checkdeps + To install the Node.js dependencies run $ npm install