Update README

This commit is contained in:
Raven Scott
2026-04-05 05:00:14 -04:00
parent ccad420516
commit c4781e02c0
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -59,13 +59,13 @@ npm ci
**Seeder** (publishes the drive + MBR; run from repo root so `kernel/` resolves):
```bash
cd packages/bare-os-seeder && node index.js
npm run os:seeder
```
**Booter** (joins the swarm, boots the image — use another terminal):
```bash
cd packages/bare-os-booter && node index.js
npm run os:booter
```
With **Pear** installed, from the repo root: `npm run os:seeder` and `npm run os:booter` link workspace `node_modules` then `pear run --dev` each app. Full operations, env vars, and troubleshooting: [handbook ch.7](handbook/07-operations-and-development.md) and [environment reference](docs/reference/environment-and-posix-appendix.md).