docs(readme): warn that cargo install clawcode is not supported; show build-from-source path

Repeated onboarding friction in #claw-code: users try 'cargo install clawcode'
which fails because the package is not published on crates.io. Add a prominent
NOTE callout before the quick-start block directing users to build from source.

Source: gaebal-gajae pinpoint 2026-04-09 from #claw-code.
This commit is contained in:
YeonGyu-Kim
2026-04-09 10:35:50 +09:00
parent c1b1ce465e
commit b1d76983d2

View File

@@ -45,8 +45,12 @@ The canonical implementation lives in [`rust/`](./rust), and the current source
## Quick start
> [!NOTE]
> **`cargo install clawcode` will not work** — this package is not published on crates.io. Build from source as shown below.
```bash
cd rust
git clone https://github.com/ultraworkers/claw-code
cd claw-code/rust
cargo build --workspace
./target/debug/claw --help
./target/debug/claw prompt "summarize this repository"