From 9b8b0ae65cc058a04b61b38ca02640c353b2149e Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 10 Jun 2026 23:23:40 -0600 Subject: [PATCH] Add line for installing on device --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index ebd8abb19312289fc297d7716a1e7853ce62487f..2036eb57710bfc3e5a70ad7d23149f7e2ae085bf 100644 --- a/AGENTS.md +++ b/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 ```