Merge pull request #10912 from saadiq/docs/update-installation-options

docs: Update README installation options to match official docs
This commit is contained in:
Boris Cherny 2025-11-11 14:34:32 -08:00 committed by GitHub
commit 556d296786
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,10 +14,28 @@ Claude Code is an agentic coding tool that lives in your terminal, understands y
1. Install Claude Code:
```sh
**MacOS/Linux:**
```bash
curl -fsSL https://claude.ai/install.sh | bash
```
**Homebrew (MacOS):**
```bash
brew install --cask claude-code
```
**Windows:**
```powershell
irm https://claude.ai/install.ps1 | iex
```
**NPM:**
```bash
npm install -g @anthropic-ai/claude-code
```
NOTE: If installing with NPM, you also need to install [Node.js 18+](https://nodejs.org/en/download/)
2. Navigate to your project directory and run `claude`.
## Plugins