We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4241eb9 commit 896da50Copy full SHA for 896da50
1 file changed
README.md
@@ -283,6 +283,8 @@ environment so `phasmid --help` and the CLI subcommands work as documented.
283
For a reproducible Raspberry Pi setup (Bookworm/Bullseye class, USB gadget
284
operation, Picamera2/libcamera), use:
285
286
+#### First Run (Fresh Install)
287
+
288
```bash
289
./scripts/bootstrap_pi.sh
290
source .venv/bin/activate
@@ -294,6 +296,13 @@ source .venv/bin/activate
294
296
This is required on Raspberry Pi deployments because Picamera2 is installed via
295
297
OS packages in the supported hardware stack.
298
299
+#### Later Runs (Normal Operation)
300
301
+```bash
302
+source .venv/bin/activate
303
+phasmid
304
+```
305
306
## TUI Operator Console
307
308
### What is a Vessel?
0 commit comments