Update README.md
This commit is contained in:
parent
942b868ca4
commit
673a8d0611
@ -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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user