You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bh...@apache.org on 2013/06/04 20:25:03 UTC

docs commit: [BlackBerry10] Reverting change to getting started now that create auto runs npm install

Updated Branches:
  refs/heads/master 35fb17db4 -> 3439ed384


[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/3439ed38
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/3439ed38
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/3439ed38

Branch: refs/heads/master
Commit: 3439ed3840b72d54de5258984ea38694ef0f3113
Parents: 35fb17d
Author: Bryan Higgins <bh...@blackberry.com>
Authored: Tue Jun 4 14:27:57 2013 -0400
Committer: Bryan Higgins <bh...@blackberry.com>
Committed: Tue Jun 4 14:27:57 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/3439ed38/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>
 	```