Updated Branches: refs/heads/master ffbd0ce50 -> 35fb17db4
[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/35fb17db Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/35fb17db Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/35fb17db Branch: refs/heads/master Commit: 35fb17db4d091ae54ab9b675509187d8926ddb8e Parents: ffbd0ce Author: Bryan Higgins <[email protected]> Authored: Tue Jun 4 11:38:02 2013 -0400 Committer: Bryan Higgins <[email protected]> Committed: Tue Jun 4 11:38:54 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/35fb17db/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> ```
