Add adb install instructions to site and readme

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sanju Sivalingam
2026-02-15 23:03:00 +05:30
parent d8d24154eb
commit fb3e7bc723
2 changed files with 12 additions and 3 deletions

View File

@@ -35,6 +35,9 @@ action: done (412ms)
you need **bun**, **adb**, and an api key for any llm provider.
```bash
# install adb if you don't have it
brew install android-platform-tools
bun install
cp .env.example .env
```