From 5ac69e4962a1c8115836de71f0ae69acdb4b219a Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Wed, 17 Jun 2015 12:54:29 -0700 Subject: [PATCH] Added verbose install text for users on < cordova 5.0, This closes #23 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index dc2f10d..b32b38d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,16 @@ StatusBar ## Installation +This installation method requires cordova 5.0+ + cordova plugin add cordova-plugin-statusbar +Older versions of cordova can still install via the __deprecated__ id + + cordova plugin add org.apache.cordova.statusbar +It is also possible to install via repo url directly ( unstable ) + + cordova plugin add https://github.com/apache/cordova-plugin-statusbar.git + Preferences -----------