You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/07/30 19:45:03 UTC

[2/2] docs commit: [CB-3816] create command takes time; -d flag

[CB-3816] create command takes time; -d flag


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

Branch: refs/heads/master
Commit: 16bc6abc88d6e6a5d93660b9aef0a93638cf0642
Parents: 49ff00a
Author: Mike Sierra <le...@gmail.com>
Authored: Mon Jul 29 14:04:44 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Tue Jul 30 10:44:55 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/cli/index.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/16bc6abc/docs/en/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md
index 352ae2d..ac95836 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -74,6 +74,9 @@ command such as the following:
 
         $ cordova create hello com.example.hello HelloWorld
 
+It may take some time for the command to complete, so be patient. Run
+the `cordova -d` to see information about progress.
+
 The first argument specifies a _hello_ directory to be generated
 for your project. Its `www` subdirectory houses your application's
 home page, along with various resources under `css`, `js`, and `img`,