mirror of
https://github.com/instructkr/claw-code.git
synced 2026-04-10 01:54:49 +08:00
docs(readme): add Windows PowerShell note — binary is claw.exe not claw
User repro: mezz on Windows PowerShell tried './target/debug/claw' which fails because the binary is 'claw.exe' on Windows. Add a NOTE callout after the quick-start block directing Windows users to use .\target\debug\claw.exe or cargo run -- --help.
This commit is contained in:
@@ -56,6 +56,9 @@ cargo build --workspace
|
||||
./target/debug/claw prompt "summarize this repository"
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
> **Windows (PowerShell):** the binary is `claw.exe`, not `claw`. Use `.\target\debug\claw.exe` or just run `cargo run -- --help` to skip the path lookup.
|
||||
|
||||
Authenticate with either an API key or the built-in OAuth flow:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user