Skip to content

Commit b1d7698

Browse files
committed
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.
1 parent c1b1ce4 commit b1d7698

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

‎README.md‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,12 @@ The canonical implementation lives in [`rust/`](./rust), and the current source
4545

4646
## Quick start
4747

48+
> [!NOTE]
49+
> **`cargo install clawcode` will not work** — this package is not published on crates.io. Build from source as shown below.
50+
4851
```bash
49-
cd rust
52+
git clone https://github.com/ultraworkers/claw-code
53+
cd claw-code/rust
5054
cargo build --workspace
5155
./target/debug/claw --help
5256
./target/debug/claw prompt "summarize this repository"

0 commit comments

Comments
 (0)