docs: simplify README - npm install as primary 2-command method
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
46
README.md
46
README.md
@@ -16,13 +16,9 @@ Patched AI coding tools for use with custom API endpoints.
|
||||
|
||||
## Quick Start
|
||||
|
||||
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.
|
||||
Two commands on any platform:
|
||||
|
||||
**Linux / macOS:**
|
||||
```bash
|
||||
@@ -36,9 +32,15 @@ npm config set "@anthropic-ai:registry" "https://npm.sensey24.ru/"
|
||||
npm install -g @anthropic-ai/claude-code
|
||||
```
|
||||
|
||||
#### Method B — Automatic installer (backup)
|
||||
> Node.js required. Install from https://nodejs.org/ if not present.
|
||||
|
||||
All dependencies are installed automatically (git, python3, Node.js, Claude Code).
|
||||
### Update
|
||||
|
||||
Same two commands — npm will pull the latest patched version from our registry.
|
||||
|
||||
### Alternative — Automatic installer (if no Node.js)
|
||||
|
||||
Installs Node.js, Claude Code and patches automatically.
|
||||
|
||||
**Linux (Debian/Ubuntu/RHEL/Fedora):**
|
||||
```bash
|
||||
@@ -61,33 +63,15 @@ cd unlimitedcoding
|
||||
powershell -ExecutionPolicy Bypass -File claude\uclaude_update.ps1 --force
|
||||
```
|
||||
|
||||
### Manual Install (all platforms)
|
||||
### Manual install from release
|
||||
|
||||
Clone the repo and run the install script for your platform:
|
||||
Clone repo and run platform installer:
|
||||
|
||||
```bash
|
||||
git clone --depth 1 https://x-token:cadffcb0a6a3be728ac1ff619bb40c86588f6837@git.sensey24.ru/aibot777/unlimitedcoding.git
|
||||
cd unlimitedcoding
|
||||
```
|
||||
|
||||
| Platform | Command |
|
||||
|----------|---------|
|
||||
| Linux | `sudo bash claude/uclaude_update.sh --force` |
|
||||
| macOS | `bash claude/uclaude_update.sh --force` |
|
||||
| Windows CMD | `claude\uclaude_update.bat --force` |
|
||||
| Windows PowerShell | `powershell -ExecutionPolicy Bypass -File claude\uclaude_update.ps1 --force` |
|
||||
|
||||
#### Or use standalone installer from release
|
||||
|
||||
First clone the repo (contains install scripts for all platforms):
|
||||
|
||||
```bash
|
||||
git clone --depth 1 https://x-token:cadffcb0a6a3be728ac1ff619bb40c86588f6837@git.sensey24.ru/aibot777/unlimitedcoding.git
|
||||
cd unlimitedcoding
|
||||
```
|
||||
|
||||
Then run the installer directly:
|
||||
|
||||
<!-- MANUAL_VERSION:START -->
|
||||
| Platform | Command |
|
||||
|----------|---------|
|
||||
@@ -96,14 +80,6 @@ Then run the installer directly:
|
||||
| Windows PowerShell | `powershell -ExecutionPolicy Bypass -File claude\releases\v2.1.62\install.ps1` |
|
||||
<!-- MANUAL_VERSION:END -->
|
||||
|
||||
### Update
|
||||
|
||||
| Platform | Command |
|
||||
|----------|---------|
|
||||
| Linux | `cd ~/unlimitedcoding && sudo bash claude/uclaude_update.sh` |
|
||||
| macOS | `cd ~/unlimitedcoding && bash claude/uclaude_update.sh` |
|
||||
| Windows | `cd %USERPROFILE%\unlimitedcoding && claude\uclaude_update.bat` |
|
||||
|
||||
## What Gets Installed Automatically
|
||||
|
||||
| Component | Linux | macOS | Windows |
|
||||
|
||||
Reference in New Issue
Block a user