From a125a7b3060238f3edd91cb22fba5c7edb3cab50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastia=CC=81n=20Katzer?= Date: Fri, 28 Feb 2014 17:14:45 +0100 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index baa8550..f456cdd 100644 --- a/README.md +++ b/README.md @@ -11,19 +11,40 @@ See [Drawing and Printing Guide for iOS](http://developer.apple.com/library/ios/ - **Android** *(Print through 3rd party printing apps)* + ## Adding the Plugin to your project Through the [Command-line Interface](http://cordova.apache.org/docs/en/3.0.0/guide_cli_index.md.html#The%20Command-line%20Interface): ```bash +# from master: cordova plugin add https://github.com/katzer/cordova-plugin-printer.git +cordova build + +# stable version: +cordova de.appplant.cordova.plugin.printer +cordova build ``` + ## Removing the Plugin from your project Through the [Command-line Interface](http://cordova.apache.org/docs/en/3.0.0/guide_cli_index.md.html#The%20Command-line%20Interface): ``` cordova plugin rm de.appplant.cordova.plugin.printer ``` + +## PhoneGap Build +Add the following xml to your config.xml to always use the latest version of this plugin: +``` + +``` +or to use this exact version: +``` + +``` +More informations can be found [here](https://build.phonegap.com/plugins/360). + + ## Release Notes #### Version 0.5.2 (not yet released) - [bugfix:] `isServiceAvailable` on Android did not return a list of available printing apps.