diff --git a/README.md b/README.md index 7b84cbf..bf143cd 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,17 @@ # cordova-zebra-printer A Cordova plugin for Zebra printers for both iOS and Android with Ionic 3 bindings +Get from npm +``` +cordova plugin add ca-cleversolutions-zebraprinter +``` +or get the latest version from git +``` +cordova plugin add https://github.com/cleversolutions/cordova-zebra-printer.git +``` + To use with Ionic 3 -I've not published this to cordova plugin registry yet so clone this repo somewhere then in your project -ionic cordova plugin add /path/to/this/plugin - - Add the Ionic 3 bindings to your app.module.ts file ``` import { ZebraPrinter } from 'ca-cleversolutions-zebraprinter/native';