You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2012/05/08 00:57:57 UTC

[11/18] android commit: documented running npm install

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/CordovaWebView
Commit: 87fbb5c92f705522ee96519182a5077a1bfc06e4
Parents: 3636a18
Author: Fil Maj <ma...@gmail.com>
Authored: Mon May 7 12:31:24 2012 -0700
Committer: Fil Maj <ma...@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