Updated Branches: refs/heads/master dfee6f7a5 -> 2ca0c3e56
updated readme Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/2ca0c3e5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/2ca0c3e5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/2ca0c3e5 Branch: refs/heads/master Commit: 2ca0c3e563d6d7068d2d15799144a085bc4629f8 Parents: dfee6f7 Author: Steven Gill <[email protected]> Authored: Thu Jul 18 16:15:55 2013 -0700 Committer: Steven Gill <[email protected]> Committed: Thu Jul 18 16:15:55 2013 -0700 ---------------------------------------------------------------------- README.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/2ca0c3e5/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 4f17212..59ce338 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,7 @@ Where foo is the name of the splashscreen file. Preferably a 9 patch file. Make For Android, you also have to edit your projects main java file. You must add a second parameter representing a time delay to your super.loadUrl. `super.loadUrl(Config.getStartUrl(), 10000);` + +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).
