Updated Branches: refs/heads/master a98352b01 -> 4b5c3882f
added readme Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/4b5c3882 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/4b5c3882 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/4b5c3882 Branch: refs/heads/master Commit: 4b5c3882f6e53226034ffeb848b44a943a233783 Parents: a98352b Author: Steven Gill <[email protected]> Authored: Thu Jul 18 16:16:55 2013 -0700 Committer: Steven Gill <[email protected]> Committed: Thu Jul 18 16:16:55 2013 -0700 ---------------------------------------------------------------------- README.md | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/4b5c3882/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md new file mode 100644 index 0000000..862f186 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +cordova-plugin-dialogs +--------------------------- +To install this plugin, follow the [Command-line Interface Guide](http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html#The%20Command-line%20Interface). + +If you are not using the Cordova Command-line Interface, follow [Using Plugman to Manage Plugins](http://cordova.apache.org/docs/en/edge/guide_plugin_ref_plugman.md.html). \ No newline at end of file
