Skip to content

docs: update Claude Code CLI installation to official curl/irm method#264

Open
EvolveHong wants to merge 1 commit into
deepseek-ai:mainfrom
EvolveHong:update-claude-code-installation
Open

docs: update Claude Code CLI installation to official curl/irm method#264
EvolveHong wants to merge 1 commit into
deepseek-ai:mainfrom
EvolveHong:update-claude-code-installation

Conversation

@EvolveHong

Copy link
Copy Markdown

Replace the deprecated npm-based installation (npm install -g @anthropic-ai/claude-code) with the official Anthropic installation scripts:

Also remove the outdated Node.js 18+ and Git for Windows prerequisites which are no longer required with the new installer.

Updated both English (claude_code.md) and Chinese (claude_code.zh-CN.md) versions.

Checklist

Agent Configuration

  • Model names are current (v4-pro / v4-flash, not v3 names)
  • 1M context is configured or mentioned
  • Max thinking effort level is supported
  • Pricing is current (input, output, cache hit), verified against https://api-docs.deepseek.com/quick_start/pricing
  • Config fields are verified to work in the agent
  • No workarounds for already-fixed upstream bugs

Documentation

  • Both English and Chinese versions included in a single PR
  • README table entry inserted in alphabetical order
  • One tool per PR; unrelated tools not combined
  • Images placed in docs/assets/ with descriptive filenames and reasonable sizes

Replace the deprecated npm-based installation (`npm install -g
@anthropic-ai/claude-code`) with the official Anthropic installation
scripts:

- macOS/Linux/WSL: curl -fsSL https://claude.ai/install.sh | bash
- Windows PowerShell: irm https://claude.ai/install.ps1 | iex
- Windows CMD: curl -fsSL https://claude.ai/install.cmd ...

Also remove the outdated Node.js 18+ and Git for Windows prerequisites
which are no longer required with the new installer.

Updated both English (claude_code.md) and Chinese (claude_code.zh-CN.md)
versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant