You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2013/02/11 22:58:46 UTC

webworks commit: [CB-2341] - updating instructions in readme and some other small fixes

Updated Branches:
  refs/heads/master 3d0426254 -> fb75902da


[CB-2341] - updating instructions in readme and some other small fixes


Project: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/commit/fb75902d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/tree/fb75902d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/diff/fb75902d

Branch: refs/heads/master
Commit: fb75902dac27601598ee7ca62f47836d8e19323c
Parents: 3d04262
Author: Tim Kim <ti...@adobe.com>
Authored: Mon Feb 11 13:58:38 2013 -0800
Committer: Tim Kim <ti...@adobe.com>
Committed: Mon Feb 11 13:58:38 2013 -0800

----------------------------------------------------------------------
 README.md |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/fb75902d/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index b504c42..e2f9896 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Directory Structure
 -------------------
 
     framework/ ... BlackBerry WebWorks JavaScript Extension (Cordova native code)
-    javascript/ .. Cordova JavaScript (Non-concatenated, non-minified)
+    javascript/ .. Cordova JavaScript (concatenated, non-minified)
     bin/ ......... Scripts for project creation
 
 Introduction
@@ -47,7 +47,7 @@ The Cordova developer tooling is split between general tooling and project level
 
 ### General Commands
 
-    ./bin/create [path appname] ............ creates a sample app with the specified application name, to the specified path
+    ./bin/create [path appname packagename] ............ creates a sample app with the specified application name, to the specified path
 
 Please note that once you `create` a Cordova BlackBerry project, you
 will need to edit the `project.properties` file that resides inside your
@@ -67,11 +67,11 @@ Create the example project and build it to the first device:
 
     ./bin/create
     cd example
-    ./cordova/debug
+    ./cordova/run blackberry
 
 #### Creating a new Cordova BlackBerry Project
 
-    ./bin/create ~/Desktop/myapp MyApp
+    ./bin/create ~/Desktop/myapp MyAppName MyAppPackageName
 
 ### Project Commands