Skip to content

Commit 5e17c3c

Browse files
committed
Add install-and-run command to build instructions
1 parent 1dc73d0 commit 5e17c3c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ All plugin/loader modules depend on `:aztec`. Published independently to Automat
7777
## Build Commands
7878

7979
```bash
80-
# Build the demo app
80+
# Build and run the demo app
81+
./gradlew :app:installDebug && adb shell am start -n org.wordpress.aztec/.MainActivity
82+
83+
# Build the demo app (without installing)
8184
./gradlew :app:assembleDebug
8285

8386
# Build the library

0 commit comments

Comments
 (0)