From 2ca0c3e563d6d7068d2d15799144a085bc4629f8 Mon Sep 17 00:00:00 2001 From: Steven Gill Date: Thu, 18 Jul 2013 16:15:55 -0700 Subject: [PATCH] updated readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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).