Skip to content

Commit

Permalink
list build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Brookshear committed Dec 1, 2018
1 parent ab85125 commit 75ef3ab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ Ionic sample apps that use [Datalogic Cordova plugin](https://github.com/datalog
## Sample apps

* [DecodeListener](DecodeListener/) - Sample Ionic app that uses `barcodeManager.addReadListener` to display barcode data on the screen.

## Build

First, make sure you are set up to build and run on an Android device. See the [requirements here](https://ionicframework.com/docs/intro/deploying/). You can build and run any of the Ionic app samples with a single command:

```bash
ionic cordova run android --device
```

0 comments on commit 75ef3ab

Please sign in to comment.