Claude website : https://claude.ai/
---
[] 在Windows OS 安裝 Claude Code,需先安裝 GIT. [ https://git-scm.com/install/windows ]
[] 使用 CLAUDE.MD 掌管專案。
1. Install Claude code cli
irm https://claude.ai/install.ps1 | iex
2. Add PATH
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\Users\user\.local\bin", "User")
將 Claude 的執行路徑加入到環境變數 PATH 中,以後可以直接在 PowerShell 直接輸入 Claude 啟動。
要修改使用者名稱。
3. Execute Claude Code in Codex terminal
C:\Users\user\.local\bin\claude.exe
----