Skip to content

Commit 6cc4b6c

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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/org.wordpress.aztec.demo.MainActivity
82+
83+
# Build the demo app (without installing)
8184
./gradlew :app:assembleDebug
8285

8386
# Build the library

0 commit comments

Comments
 (0)