Skip to content

Commit d93642b

Browse files
committed
docs: add setup command after install instructions
1 parent 77e2fbf commit d93642b

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ claude
6262

6363
On startup the plugin auto-detects your React Native project and installs [maestro-runner](https://github.com/devicelab-dev/maestro-runner) and [agent-device](https://github.com/nicklama/agent-device) for device interactions.
6464

65+
Run the setup check to verify everything is ready:
66+
67+
```
68+
/rn-dev-agent:setup
69+
```
70+
71+
This checks all 9 prerequisites (Node.js, CDP bridge, agent-device, maestro-runner, simulator, emulator, Metro, CDP connection, ffmpeg). If anything is missing, it retries installation automatically and gives you manual instructions as a fallback.
72+
6573
Then tell Claude what to build:
6674

6775
```

docs-site/src/content/docs/getting-started.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@ From inside Claude Code:
2929
/reload-plugins
3030
```
3131

32-
Or use the interactive UI:
32+
After installing, navigate to your React Native project and run the setup check:
3333

34-
```bash
35-
/plugin
3634
```
35+
/rn-dev-agent:setup
36+
```
37+
38+
This verifies all 9 prerequisites, retries failed installations, and gives manual instructions for anything it can't fix automatically.
3739

3840
### Keeping up to date
3941

0 commit comments

Comments
 (0)