Update Docs

This commit is contained in:
Raven Scott
2026-04-05 23:29:36 -04:00
parent 72e0c9c881
commit eb8f33f6d8
29 changed files with 627 additions and 509 deletions
@@ -52,6 +52,8 @@ cd packages/bare-os-booter && node index.js
Default store paths are under **`~/.bare-os/corestore/`** for seeder and booter unless you set **`BARE_OS_SEED_STORE`**, **`BARE_OS_BOOT_STORE`**, or the shared base **`BARE_OS_HOST_DATA`**. See each packages **`lib/paths.js`** for how overrides compose.
On a **fresh clone**, build **`kernel/bin/*`** and **`kernel/lib/bare/`** before staging: from the repo root run **`npm run build -w bare-os-coreutils && npm run build -w bare-os-bare-libs`** (or **`npm run pretest`**, which also verifies kernel/seeder parity). Root **`npm run os:seeder`** runs those builds automatically before **`pear run --dev`**.
---
## Run with Pear (recommended for realistic behavior)