Updated Branches: refs/heads/master a08711691 -> 87fbb5c92
documented running npm install Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/87fbb5c9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/87fbb5c9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/87fbb5c9 Branch: refs/heads/master Commit: 87fbb5c92f705522ee96519182a5077a1bfc06e4 Parents: 3636a18 Author: Fil Maj <maj....@gmail.com> Authored: Mon May 7 12:31:24 2012 -0700 Committer: Fil Maj <maj....@gmail.com> Committed: Mon May 7 12:31:24 2012 -0700 ---------------------------------------------------------------------- README.md | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/87fbb5c9/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index b80e670..dfff009 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