diff --git a/docs/mobile-build-instruction.md b/docs/mobile-build-instruction.md new file mode 100644 index 000000000..33b3943ff --- /dev/null +++ b/docs/mobile-build-instruction.md @@ -0,0 +1,15 @@ +# Build Instruction for IOS and Android +## Android +Run command +``` +yarn +yarn tauri android build +``` +## IOS +IOS build requires Mac and a developer account or ios certificate. +See [here](https://tauri.app/distribute/sign/ios/) for detail.\ +After you have the signing requirement. Run command to build +``` +yarn +yarn tauri ios build +``` \ No newline at end of file