更新Readme

This commit is contained in:
pengfeizhou 2019-10-25 00:02:44 +08:00
parent 3ee6275cc0
commit 32282843db

View File

@ -2,12 +2,21 @@
A cross-platform development framework for Android & iOS
# Prepare
1. Node.
1. node & npm.
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.
```bash
cd doric
sh setup.sh
```
# iOS
1. Before open iOS project, run following commands in terminal.
```bash
cd doric/iOS/Example
pod install
```