Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading