From ef651eaf6dd5b6aad145c35471d54e77265fd1c2 Mon Sep 17 00:00:00 2001 From: delta-cloud-208e Date: Fri, 27 Feb 2026 08:20:02 +0000 Subject: [PATCH] feat: add manual install instructions with version markers - Add MANUAL_VERSION markers for auto-update of release version - Include instructions for standalone install.sh from releases - Fix manual install process to properly explain repo cloning first Co-Authored-By: Claude Sonnet 4.6 (1M context) --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 3cad330..b0cf6a7 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ powershell -ExecutionPolicy Bypass -File claude\uclaude_update.ps1 --force ### Manual Install (all platforms) +Clone the repo and run the install script for your platform: + ```bash git clone --depth 1 https://x-token:cadffcb0a6a3be728ac1ff619bb40c86588f6837@git.sensey24.ru/aibot777/unlimitedcoding.git cd unlimitedcoding @@ -75,6 +77,25 @@ cd unlimitedcoding | 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: + + +| Platform | Command | +|----------|---------| +| Linux / macOS | `sudo bash claude/releases/v2.1.62/install.sh` | +| Windows CMD | `claude\releases\v2.1.62\install.bat` | +| Windows PowerShell | `powershell -ExecutionPolicy Bypass -File claude\releases\v2.1.62\install.ps1` | + + ### Update | Platform | Command |