Skip to content

Commit 896da50

Browse files
committed
docs: clarify first-run vs normal-run on Raspberry Pi
1 parent 4241eb9 commit 896da50

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ environment so `phasmid --help` and the CLI subcommands work as documented.
283283
For a reproducible Raspberry Pi setup (Bookworm/Bullseye class, USB gadget
284284
operation, Picamera2/libcamera), use:
285285

286+
#### First Run (Fresh Install)
287+
286288
```bash
287289
./scripts/bootstrap_pi.sh
288290
source .venv/bin/activate
@@ -294,6 +296,13 @@ source .venv/bin/activate
294296
This is required on Raspberry Pi deployments because Picamera2 is installed via
295297
OS packages in the supported hardware stack.
296298

299+
#### Later Runs (Normal Operation)
300+
301+
```bash
302+
source .venv/bin/activate
303+
phasmid
304+
```
305+
297306
## TUI Operator Console
298307

299308
### What is a Vessel?

0 commit comments

Comments
 (0)