From f09b24c49a2ccac53ae53ecc526aa63868023aee Mon Sep 17 00:00:00 2001 From: Ravshan Samandarov Date: Sun, 9 Nov 2025 08:47:52 +0300 Subject: [PATCH] Update installation instructions for Claude Code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3a71440..ee8d3ecf 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Claude Code is an agentic coding tool that lives in your terminal, understands y 1. Install Claude Code: ```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`.