Skip to content

Commit c67fa55

Browse files
committed
docs(readme): update installing section
1 parent 2c65a71 commit c67fa55

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,18 @@ $ npm install
4343
```
4444

4545
## Install cordova plugin Dependencies
46-
Run this command on your terminal to install all needed puglins:
46+
Run this command on your terminal to add a platform and install all needed puglins:
47+
Android:
4748
```sh
48-
$ cordova prepare
49+
$ ionic cordova platform add ios
50+
$ ionic cordova run ios
4951
```
5052

53+
iOS:
54+
```sh
55+
$ ionic cordova platform add android
56+
$ ionic cordova run android
57+
```
5158
## Launching the App
5259
After installing the needed dependencies you are done, launch your app with a simple
5360
```sh

0 commit comments

Comments
 (0)