更新Readme
This commit is contained in:
parent
3ee6275cc0
commit
32282843db
13
README.md
13
README.md
@ -2,12 +2,21 @@
|
|||||||
A cross-platform development framework for Android & iOS
|
A cross-platform development framework for Android & iOS
|
||||||
|
|
||||||
# Prepare
|
# Prepare
|
||||||
1. Node.
|
1. node & npm.
|
||||||
1. Android SDK for Android Developers.
|
1. Android SDK for Android Developers.
|
||||||
1. XCode for iOS Developers.
|
1. XCode, pod for iOS Developers.
|
||||||
1. Before open Android or iOS Project, run following commands in terminal.
|
1. Before open Android or iOS Project, run following commands in terminal.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd doric
|
cd doric
|
||||||
sh setup.sh
|
sh setup.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# iOS
|
||||||
|
1. Before open iOS project, run following commands in terminal.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd doric/iOS/Example
|
||||||
|
pod install
|
||||||
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user