Update installation instructions for Claude Code

This commit is contained in:
Ravshan Samandarov
2025-11-09 08:47:52 +03:00
committed by GitHub
parent 1fe9e369a7
commit f09b24c49a

View File

@@ -15,7 +15,7 @@ Claude Code is an agentic coding tool that lives in your terminal, understands y
1. Install Claude Code: 1. Install Claude Code:
```sh ```sh
npm install -g @anthropic-ai/claude-code curl -fsSL https://claude.ai/install.sh | bash
``` ```
2. Navigate to your project directory and run `claude`. 2. Navigate to your project directory and run `claude`.