block image generation instructions

This commit is contained in:
Loren Norman 2025-08-22 16:32:51 -04:00
parent 3a36c1bb2d
commit 76393f78c3

View file

@ -20,6 +20,7 @@ Node v22.x is expected, but other versions may work.
git clone https://github.com/adafruit/io-actions
cd io-actions
npm i
npm run export:block-images # run once, and whenever images need updating
npm start
```