Skip to content

Commit 2aefecc

Browse files
authored
Merge pull request #5 from Helldez/docs/readme-prebuilt-apk
docs(readme): document prebuilt APK as the fastest install path
2 parents 5951dd9 + 45e1601 commit 2aefecc

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,16 @@ not as an end-user experience.
230230

231231
### Android (the product)
232232

233-
Connect an Android device over adb (USB **or** Wi-Fi) — or start an emulator —
234-
then, with Node ≥ 20:
233+
**Fastest path — install the prebuilt APK.** Every tagged release ships a
234+
debug-signed `arm64-v8a` APK built by
235+
[GitHub Actions](https://github.com/Helldez/Resonance/actions/workflows/android-apk.yml).
236+
Grab the latest one from the
237+
[Releases page](https://github.com/Helldez/Resonance/releases), copy it to your
238+
device, and install it (you may need to allow installs from unknown sources).
239+
No toolchain required — this is the recommended way to try the app.
240+
241+
**Build from source.** Connect an Android device over adb (USB **or** Wi-Fi) —
242+
or start an emulator — then, with Node ≥ 20:
235243

236244
```powershell
237245
npm install --legacy-peer-deps

0 commit comments

Comments
 (0)