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:
parent
ca8950c26b
commit
e579902782
|
|
@ -56,6 +56,9 @@ cargo build --workspace
|
||||||
./target/debug/claw prompt "summarize this repository"
|
./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:
|
Authenticate with either an API key or the built-in OAuth flow:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue