Skip to content

Commit b17508f

Browse files
committed
update readme
1 parent afbe591 commit b17508f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test/
5050

5151
### 🧱 Build apps locally (Android/iOS)
5252

53-
If you have `bitkit-e2e-tests`, `bitkit-android`, and `bitkit-ios` checked out in the same parent directory, you can use the helper scripts to build local artifacts. The outputs land in `./aut` and are ready to be tested.
53+
If you have `bitkit-e2e-tests`, `bitkit-android`, and `bitkit-ios` checked out in the same parent directory, you can use the helper scripts to build local artifacts (local Electrum by default). The outputs land in `./aut` and are ready to be tested.
5454

5555
```bash
5656
# Android (builds ../bitkit-android and copies APK to ./aut/bitkit_e2e.apk)
@@ -60,14 +60,16 @@ If you have `bitkit-e2e-tests`, `bitkit-android`, and `bitkit-ios` checked out i
6060
./scripts/build-ios-sim.sh
6161
```
6262

63-
Optional Android backend selection:
63+
Optional backend selection (`BACKEND=local` is default and can be omitted):
6464

6565
```bash
66-
# local Electrum (default)
67-
./scripts/build-android-apk.sh
68-
69-
# regtest Electrum (network)
66+
# Android
67+
BACKEND=local ./scripts/build-android-apk.sh
7068
BACKEND=regtest ./scripts/build-android-apk.sh
69+
70+
# iOS
71+
BACKEND=local ./scripts/build-ios-sim.sh
72+
BACKEND=regtest ./scripts/build-ios-sim.sh
7173
```
7274

7375
---

0 commit comments

Comments
 (0)