diff --git a/README.md b/README.md index cb8cc60..4c669c1 100644 --- a/README.md +++ b/README.md @@ -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