Skip to content

Commit 75ef3ab

Browse files
author
Cody Brookshear
committed
list build command
1 parent ab85125 commit 75ef3ab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,12 @@ Ionic sample apps that use [Datalogic Cordova plugin](https://github.com/datalog
66
## Sample apps
77

88
* [DecodeListener](DecodeListener/) - Sample Ionic app that uses `barcodeManager.addReadListener` to display barcode data on the screen.
9+
10+
## Build
11+
12+
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:
13+
14+
```bash
15+
ionic cordova run android --device
16+
```
17+

0 commit comments

Comments
 (0)