Added cmd how to remove the plugin from your project
This commit is contained in:
parent
2703655175
commit
05fc438fa4
@ -15,6 +15,12 @@ Through the [Command-line Interface](http://cordova.apache.org/docs/en/3.0.0/gui
|
|||||||
cordova plugin add https://github.com/katzer/cordova-plugin-printer.git
|
cordova plugin add https://github.com/katzer/cordova-plugin-printer.git
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 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
|
||||||
|
```
|
||||||
|
|
||||||
## Release Notes ##
|
## Release Notes ##
|
||||||
#### Version 0.2.0 (11.08.2013) ####
|
#### Version 0.2.0 (11.08.2013) ####
|
||||||
- Added iOS support<br>
|
- Added iOS support<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user