mirror of
https://github.com/instructkr/claw-code.git
synced 2026-04-11 02:24:49 +08:00
docs: correct agent-code binary name in warning — ROADMAP #53
'cargo install agent-code' installs 'agent.exe' (Windows) / 'agent' (Unix), NOT 'agent-code'. Previous note said "binary name is 'agent-code'" which sent users to the wrong command. Updated the install warning to show the actual binary name. ROADMAP #53 filed: package vs binary name mismatch in the install path.
This commit is contained in:
@@ -49,7 +49,7 @@ The canonical implementation lives in [`rust/`](./rust), and the current source
|
||||
> [!WARNING]
|
||||
> **`cargo install claw-code` installs the wrong thing.** The `claw-code` crate on crates.io is a deprecated stub that places `claw-code-deprecated.exe` — not `claw`. Running it only prints `"claw-code has been renamed to agent-code"`. **Do not use `cargo install claw-code`.** Either build from source (this repo) or install the upstream binary:
|
||||
> ```bash
|
||||
> cargo install agent-code # upstream binary — binary name is 'agent-code', not 'claw'
|
||||
> cargo install agent-code # upstream binary — installs 'agent.exe' (Windows) / 'agent' (Unix), NOT 'agent-code'
|
||||
> ```
|
||||
> This repo (`ultraworkers/claw-code`) is **build-from-source only** — follow the steps below.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user