mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2025-01-19 01:12:49 +08:00
Added verbose install text for users on < cordova 5.0, This closes #23
This commit is contained in:
parent
e2cea32ab4
commit
5ac69e4962
@ -29,7 +29,16 @@ StatusBar
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
This installation method requires cordova 5.0+
|
||||||
|
|
||||||
cordova plugin add cordova-plugin-statusbar
|
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
|
Preferences
|
||||||
-----------
|
-----------
|
||||||
|
Loading…
Reference in New Issue
Block a user