diff --git a/README.md b/README.md index 91b776d..63065f6 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/site/index.html b/site/index.html index 94aa8b2..ad2f815 100644 --- a/site/index.html +++ b/site/index.html @@ -758,13 +758,19 @@ bun run src/kernel.ts --workflow morning.json
1 +

install adb

+

adb (android debug bridge) is how droidclaw talks to your phone - every tap, type, and swipe goes through it.

+
brew install android-platform-tools
+
+
+ 2

clone and install

git clone https://github.com/unitedbyai/droidclaw.git
 cd droidclaw && bun install
 cp .env.example .env
- 2 + 3

configure an llm provider

edit .env - fastest way to start is groq (free tier):

LLM_PROVIDER=groq
@@ -780,14 +786,14 @@ GROQ_API_KEY=gsk_your_key_here
- 3 + 4

connect your phone

enable usb debugging in developer options, plug in via usb.

adb devices   # should show your device
 bun run src/kernel.ts
- 4 + 5

tune (optional)

keydefaultwhat