Updated Branches: refs/heads/master 75ae8b815 -> a522c9733
updated readme Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/a522c973 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/a522c973 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/a522c973 Branch: refs/heads/master Commit: a522c97336d859a57c89d11a2dde7cb9a5771b15 Parents: 75ae8b8 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 | 3 +++ src/blackberry10/README.md | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/a522c973/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index ec5ed7f..334eece 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,6 @@ cordova-plugin-device-orientation ============================ Also known as compass. Need to break aparat CDVLocation as geolocation and this plugin both use it. +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). http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/a522c973/src/blackberry10/README.md ---------------------------------------------------------------------- diff --git a/src/blackberry10/README.md b/src/blackberry10/README.md index d69a732..2039d3c 100644 --- a/src/blackberry10/README.md +++ b/src/blackberry10/README.md @@ -1,3 +1,25 @@ # BlackBerry 10 Device Orientation Plugin Cordova Device Orientation Plugin (compass) functionality is entirely contained within common js and the BB10 js runtime. There is no native implementation required. +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). +./cordova-plugin-battery-status/README.md +./cordova-plugin-camera/README.md +./cordova-plugin-console/README.md +./cordova-plugin-contacts/README.md +./cordova-plugin-device/README.md +./cordova-plugin-device-motion/README.md +./cordova-plugin-device-orientation/README.md +./cordova-plugin-device-orientation/src/blackberry10/README.md +./cordova-plugin-file/README.md +./cordova-plugin-file-transfer/README.md +./cordova-plugin-geolocation/README.md +./cordova-plugin-globalization/README.md +./cordova-plugin-inappbrowser/README.md +./cordova-plugin-inappbrowser/src/blackberry10/README.md +./cordova-plugin-media/README.md +./cordova-plugin-media-capture/README.md +./cordova-plugin-network-information/README.md +./cordova-plugin-splashscreen/README.md +./cordova-plugin-vibration/README.md
