Update README.md

minor
This commit is contained in:
Eccenux
2013-07-08 19:14:18 +02:00
parent 2f86c728e5
commit 06b05fc6c9
+11 -7
View File
@@ -59,16 +59,20 @@ The process may vary depending on version of Zxing project, but base steps shoul
[Plugman](https://github.com/apache/cordova-plugman) is a Node.js tool used by PG Build.
Workflow for creating and building example project with the plugin:
1. Create and build example project:
```
cordova create hello com.example.hello "Hello World"
cd hello
cordova platform add android
cordova build
```
```
cordova create hello com.example.hello "Hello World"
cd hello
cordova platform add android
cordova build
```
2. Copy plugin files to "hello\plugins\barcodescanner\".
3. Install the plugin (current dir. being "hello"):
plugman --plugins_dir plugins --plugin barcodescanner --platform android --project platforms\android
```
plugman --plugins_dir plugins --plugin barcodescanner --platform android --project platforms\android
```
4. Build & deploy Android project with whatever Android IDE (or ANT + ADK tools).