Update README.md

This commit is contained in:
osborn 2020-03-25 17:16:25 +08:00 committed by GitHub
parent 942b868ca4
commit 673a8d0611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
# Doric
![Release](https://github.com/doric-pub/Doric/workflows/Release/badge.svg)
A cross-platform development framework for Android & iOS
# Prepare
@ -12,11 +14,14 @@ cd doric
sh setup.sh
```
# Android
1. Use android studio open dir `doric-android`
# iOS
1. Before open iOS project, run following commands in terminal.
```bash
cd doric/iOS/Example
cd doric-iOS/Example
pod install
```