From 87fbb5c92f705522ee96519182a5077a1bfc06e4 Mon Sep 17 00:00:00 2001 From: Fil Maj Date: Mon, 7 May 2012 12:31:24 -0700 Subject: [PATCH] documented running npm install --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b80e670c..dfff009e 100755 --- a/README.md +++ b/README.md @@ -34,6 +34,14 @@ Cordova Android Developer Tools The Cordova developer tooling is split between general tooling and project level tooling. +To enable the command-line tools available in the ./bin directory, make +sure you have all of the dependencies installed. You will need +[NodeJS](http://nodejs.org) (which should come with `npm`). To install +the dependencies: + + $ cd bin + $ npm install + General Commands ./bin/create [path package activity] ... create the ./example app or a cordova android project