From 89753ec59e07ce230fce1b48a28940f14c25c43d Mon Sep 17 00:00:00 2001 From: 491034170 <142008960+491034170@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:34:59 +0800 Subject: [PATCH] Document Windows app setup command --- app/README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/app/README.md b/app/README.md index 9ab68fa01f4..0a3dc52d92c 100644 --- a/app/README.md +++ b/app/README.md @@ -13,14 +13,21 @@ Before getting started, make sure your device is connected and unlocked. If you' cd app ``` -2. Run setup script: +2. Run the setup script for your platform: ```bash - # For iOS + # macOS/Linux: iOS bash setup.sh ios - # For Android + # macOS/Linux: Android bash setup.sh android ``` + + ```powershell + # Windows PowerShell: Android + .\setup\scripts\setup.ps1 android + ``` + + iOS setup requires macOS/Xcode, so Windows developers should use the Android setup path. 3. Ensure GitHub SSH access is set up correctly for pulling certificates from repositories. After running the command below, if you're prompted for a passphrase, enter your SSH passphrase — or simply press Enter/Return if you haven't set one. ```bash