From e5799027822a97faa40286c7784519f8bf2d9d1c Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Thu, 9 Apr 2026 11:30:53 +0900 Subject: [PATCH] =?UTF-8?q?docs(readme):=20add=20Windows=20PowerShell=20no?= =?UTF-8?q?te=20=E2=80=94=20binary=20is=20claw.exe=20not=20claw?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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