Merge branch 'main' into docs/update-installation-options

This commit is contained in:
Boris Cherny
2025-11-11 14:34:00 -08:00
committed by GitHub
5 changed files with 47 additions and 6 deletions

View File

@@ -14,12 +14,12 @@ Claude Code is an agentic coding tool that lives in your terminal, understands y
1. Install Claude Code:
**macOS/Linux:**
**MacOS/Linux:**
```bash
curl -fsSL https://claude.ai/install.sh | bash
```
**Homebrew:**
**Homebrew (MacOS):**
```bash
brew install --cask claude-code
```
@@ -33,7 +33,8 @@ irm https://claude.ai/install.ps1 | iex
```bash
npm install -g @anthropic-ai/claude-code
```
Requires [Node.js 18+](https://nodejs.org/en/download/)
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`.