From ef48e15a508ddafd3504e6cadf4c2f97e612e930 Mon Sep 17 00:00:00 2001 From: Ratnadeep Rajendra Kharade <92khra1mst@hft-stuttgart.de> Date: Sun, 5 Jan 2020 19:18:51 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 982fe99..aa02014 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,11 @@ * Install the ionic CLI globally: `npm install -g ionic` * Clone this repository: `git clone https://gitlab.rz.hft-stuttgart.de/92khra1mst/hft_awado_app.git`. * Run `npm install` from the project root. -* Run `ionic serve` in a terminal from the project root. \ No newline at end of file +* Run `ionic serve` in a terminal from the project root. + +## Deploying + +### Android + +1. Run `ionic cordova run android --prod` + -- GitLab