Update README
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user