mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-30 23:26:39 +08:00
build instruction
This commit is contained in:
parent
0186166671
commit
da7e206db6
15
docs/mobile-build-instruction.md
Normal file
15
docs/mobile-build-instruction.md
Normal file
@ -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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user