Add line for installing on device

Amolith created

Change summary

AGENTS.md | 1 +
1 file changed, 1 insertion(+)

Detailed changes

AGENTS.md 🔗

@@ -8,6 +8,7 @@ Pebble app for Plexus quotas.
 mise run build # build the PBW
 mise run check # same as build; no emulator, tests, lint, or formatter
 mise run install # install on the Emery emulator
+pebble install --cloudpebble # only after mise run build, install on real pebble hardware at user's explicit request
 mise run screenshot # writes screenshot_emery.png
 mise run logs # stream Emery emulator logs
 ```