diff --git a/README.md b/README.md index 42b90117..e7f96c6c 100644 --- a/README.md +++ b/README.md @@ -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 ```