Update README.md
This commit is contained in:
parent
942b868ca4
commit
673a8d0611
@ -1,4 +1,6 @@
|
|||||||
# Doric
|
# Doric
|
||||||
|
![Release](https://github.com/doric-pub/Doric/workflows/Release/badge.svg)
|
||||||
|
|
||||||
A cross-platform development framework for Android & iOS
|
A cross-platform development framework for Android & iOS
|
||||||
|
|
||||||
# Prepare
|
# Prepare
|
||||||
@ -12,11 +14,14 @@ cd doric
|
|||||||
sh setup.sh
|
sh setup.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Android
|
||||||
|
1. Use android studio open dir `doric-android`
|
||||||
|
|
||||||
# iOS
|
# iOS
|
||||||
1. Before open iOS project, run following commands in terminal.
|
1. Before open iOS project, run following commands in terminal.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd doric/iOS/Example
|
cd doric-iOS/Example
|
||||||
pod install
|
pod install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user