Updated Branches: refs/heads/2.8.x 0b2f6d631 -> e0c8b3aba
[BlackBerry10] Update getting started for installing node dependencies Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/e0c8b3ab Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/e0c8b3ab Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/e0c8b3ab Branch: refs/heads/2.8.x Commit: e0c8b3aba1a28d530f5e2dbc800b456651eb0499 Parents: 0b2f6d6 Author: Bryan Higgins <[email protected]> Authored: Tue Jun 4 11:38:02 2013 -0400 Committer: Bryan Higgins <[email protected]> Committed: Tue Jun 4 11:40:09 2013 -0400 ---------------------------------------------------------------------- .../guide/getting-started/blackberry10/index.md | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e0c8b3ab/docs/en/edge/guide/getting-started/blackberry10/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/getting-started/blackberry10/index.md b/docs/en/edge/guide/getting-started/blackberry10/index.md index e5e6b21..e48bd17 100644 --- a/docs/en/edge/guide/getting-started/blackberry10/index.md +++ b/docs/en/edge/guide/getting-started/blackberry10/index.md @@ -46,7 +46,8 @@ Creating your project To create a new project, you use the `create` command to set up the folder structure for your app. 1. On the command line, navigate to the folder where you extracted Cordova. -2. Run the `create` command using the following syntax: +2. Run `npm install` +3. Run the `create` command using the following syntax: ``` bin/create <path-to-project> ```
