From 75ef3aba0665448fcf97dd721950ea6a401aabe9 Mon Sep 17 00:00:00 2001 From: Cody Brookshear Date: Fri, 30 Nov 2018 16:34:26 -0800 Subject: [PATCH] list build command --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ccfc65a..3215175 100644 --- a/README.md +++ b/README.md @@ -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 +``` +