diff --git a/README.md b/README.md index beb588ea9..eb6fc474b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Model note: while any model is supported, I strongly recommend **Anthropic Pro/M ## Recommended setup (from source) -Do **not** download prebuilt binaries. Build from source. +Do **not** download prebuilt binaries. Run from source. ```bash # Clone this repo @@ -41,12 +41,13 @@ git clone https://github.com/clawdbot/clawdbot.git cd clawdbot bun install -bun run build bun run ui:install bun run ui:build bun run clawdbot onboard ``` +Note: `bun run build` is optional here (it produces `dist/` for running via Node / the packaged `clawdbot` binary). `bun run clawdbot ...` runs TypeScript directly. + ## Quick start (from source) Runtime: **Node ≥22**.