Merge branch 'main' into docs/update-installation-options
This commit is contained in:
commit
8a0bfd3687
5 changed files with 47 additions and 6 deletions
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue