docs: add missing ui:install step to README setup (#300)

main
Hugo Baraúna 2026-01-06 13:58:48 -03:00 committed by GitHub
parent b081f45b17
commit 42af37aea9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ cd clawdbot
bun install
bun run build
bun run ui:install
bun run ui:build
bun run clawdbot onboard
```