Update README.md
This commit is contained in:
parent
4b66be7bc1
commit
f63da7a98a
49
README.md
49
README.md
@ -1,27 +1,26 @@
|
||||
# Doric
|
||||
![Release](https://github.com/doric-pub/Doric/workflows/Release/badge.svg)
|
||||
<div align="center">
|
||||
<a href="https://doric.pub">
|
||||
<img alt="Doric" src="https://doric.pub/logo.png" width="200" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
A cross-platform development framework for Android & iOS
|
||||
|
||||
# Prepare
|
||||
1. node & npm.
|
||||
1. Android SDK for Android 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
|
||||
```
|
||||
|
||||
# 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
|
||||
pod install
|
||||
```
|
||||
<div align="center">
|
||||
<a href="https://github.com/doric-pub/Doric/blob/master/LICENSE">
|
||||
<img alt="license" src="https://img.shields.io/npm/l/doric" />
|
||||
</a>
|
||||
<a href="https://github.com/doric-pub/Doric/actions">
|
||||
<img alt="Actions" src="https://github.com/doric-pub/Doric/workflows/Release/badge.svg" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
<a href= "https://www.npmjs.com/package/doric">
|
||||
<img src="https://img.shields.io/npm/v/doric"/>
|
||||
</a>
|
||||
<a href="https://mvnrepository.com/artifact/pub.doric/core">
|
||||
<img src="https://img.shields.io/maven-central/v/pub.doric/core"/>
|
||||
</a>
|
||||
<a href="https://cocoapods.org/pods/DoricCore">
|
||||
<img src="https://img.shields.io/cocoapods/v/DoricCore"/>
|
||||
</a>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user