docs(readme): make build step optional

This commit is contained in:
Peter Steinberger
2026-01-06 19:18:47 +01:00
parent 3260fde9cd
commit e6864346b8

View File

@@ -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**.