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/10/22 00:13:55 UTC

[13/14] docs commit: [CB-3825] suggest using plugman with default CLI app

[CB-3825] suggest using plugman with default CLI app


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

Branch: refs/heads/master
Commit: 1a226ade02ce13641f02eb5cda3738a0c13b2304
Parents: 52c0b62
Author: Mike Sierra <ms...@adobe.com>
Authored: Fri Oct 11 16:33:08 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Mon Oct 21 15:12:52 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/hybrid/plugins/index.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/1a226ade/docs/en/edge/guide/hybrid/plugins/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/hybrid/plugins/index.md b/docs/en/edge/guide/hybrid/plugins/index.md
index 3ef597a..7660b84 100644
--- a/docs/en/edge/guide/hybrid/plugins/index.md
+++ b/docs/en/edge/guide/hybrid/plugins/index.md
@@ -92,11 +92,13 @@ following [node](http://nodejs.org/) command:
 
     $ npm install -g plugman
 
-Then run the following to test whether iOS dependencies load:
+Then run a command such as the following to test whether iOS
+dependencies load, optionally using a default CLI-generated project as
+described in The Command-line Interface:
 
     $ plugman -platform ios /path/to/my/project/www /path/to/my/plugin
 
-For details, see Using Plugman to Manage Plugins.
+For details on `plugman` options, see Using Plugman to Manage Plugins.
 
 ## The JavaScript Interface