Skip to content

Commit 0e09628

Browse files
committed
update dev dependencies
1 parent d039c41 commit 0e09628

File tree

4 files changed

+9681
-174
lines changed

4 files changed

+9681
-174
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22

33
## Installation
44

5-
You need to install [Cordova](http://cordova.apache.org) before:
6-
7-
```sh
8-
npm i -g cordova
9-
```
10-
11-
Then clone the repository:
5+
Clone the repository:
126

137
```sh
148
git clone https://github.com/design-first/system-designer-cordova.git
@@ -19,27 +13,27 @@ git clone https://github.com/design-first/system-designer-cordova.git
1913
Add iOS platform:
2014

2115
```sh
22-
cordova platform add ios
16+
npx cordova platform add ios
2317
```
2418

2519
Build System Designer for iOS:
2620

2721
```sh
28-
cordova build ios
22+
npx cordova build ios
2923
```
3024

3125
## Build for Android
3226

3327
Add Android platform:
3428

3529
```sh
36-
cordova platform add android
30+
npx cordova platform add android
3731
```
3832

3933
Build System Designer for Android:
4034

4135
```sh
42-
cordova build android
36+
npx cordova build android
4337
```
4438

4539
## License

0 commit comments

Comments
 (0)