Updated Branches: refs/heads/2.8.x e0c8b3aba -> 579044254
[BlackBerry10] Reverting change to getting started now that create auto runs npm install Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/57904425 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/57904425 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/57904425 Branch: refs/heads/2.8.x Commit: 579044254c4c3b5c3e8caca25910b6eec168b718 Parents: e0c8b3a Author: Bryan Higgins <[email protected]> Authored: Tue Jun 4 14:27:57 2013 -0400 Committer: Bryan Higgins <[email protected]> Committed: Tue Jun 4 14:28:50 2013 -0400 ---------------------------------------------------------------------- .../guide/getting-started/blackberry10/index.md | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/57904425/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 e48bd17..e5e6b21 100644 --- a/docs/en/edge/guide/getting-started/blackberry10/index.md +++ b/docs/en/edge/guide/getting-started/blackberry10/index.md @@ -46,8 +46,7 @@ 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 `npm install` -3. Run the `create` command using the following syntax: +2. Run the `create` command using the following syntax: ``` bin/create <path-to-project> ```
