Merge pull request #10912 from saadiq/docs/update-installation-options
docs: Update README installation options to match official docs
This commit is contained in:
commit
556d296786
1 changed files with 19 additions and 1 deletions
20
README.md
20
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue