1 ファイル変更+1-1

この更新の概要

PowerShellインストーラー使用時に発生するパス認識の問題への対処方法が具体化されました。これまではターミナルの再起動のみを推奨していましたが、インストールディレクトリをPATHへ手動で追加する手順が明示されました。ユーザーが新しいターミナルを開く前に環境変数の設定を確認・実行することを促す内容となっています。

troubleshoot-install+1-1

PowerShellでインストール後にコマンドが見つからない、または古いバージョンが表示される場合の解決策として、PATHへのディレクトリ追加と新しいターミナルの起動が追記されました。

@@ -31,7 +31,7 @@ Match the error message or symptom you're seeing to a fix:
| `Error loading shared library` | [Wrong binary variant for your system](#linux-musl-or-glibc-binary-mismatch) |
| `Illegal instruction` | [Architecture or CPU instruction set mismatch](#illegal-instruction) |
| `cannot execute binary file: Exec format error` in WSL | [WSL1 native-binary regression](#exec-format-error-on-wsl1) |
| PowerShell installer completes but `claude` is not found or shows an old version | [Restart your terminal and verify PATH](#verify-your-path) |
| PowerShell installer completes but `claude` is not found or shows an old version | [Add the install directory to your PATH](#verify-your-path), then open a new terminal |
| `dyld: cannot load`, `dyld: Symbol not found`, or `Abort trap` on macOS | [Binary incompatibility](#dyld-cannot-load-on-macos) |
| `Invoke-Expression: Missing argument in parameter list` | [Install script returns HTML](#install-script-returns-html-instead-of-a-shell-script) |
| `App unavailable in region` | Claude Code is not available in your country. See [supported countries](https://www.anthropic.com/supported-countries). |