From 1a494f7b7081d53cdeea061300e0a2b1de394f1a Mon Sep 17 00:00:00 2001 From: Gemini AI Date: Sun, 18 Jan 2026 02:09:18 +0400 Subject: [PATCH] Update README with 4-step auto installer documentation - Added Option 2: 4-Step Auto Installer (Recommended) - Documented the 4-step flow with detailed explanations - Reorganized installation options (now 4 options total) - Added benefits list for auto installer --- README.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df35bb8..7436a04 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,34 @@ claude --- -### Option 2: Interactive Installation Script +### Option 2: 4-Step Auto Installer (Recommended) ⭐ + +**Automated installation with 4-step flow:** + +```bash +git clone https://github.rommark.dev/admin/claude-code-glm-suite.git +cd claude-code-glm-suite +chmod +x auto-installer.sh +./auto-installer.sh +``` + +**The 4-Step Flow:** +1. **Check Installation Status** - Detects if Claude Code is already installed +2. **Install/Configure** - Uses `npx @z_ai/coding-helper` to install or configure Claude Code for Z.AI GLM 4.7 Model +3. **Install Modifications** - Installs all 38+ agents, MCP tools, skills, plugins, and hooks +4. **Launch Claude** - Offers to start the upgraded Claude Code immediately + +**Benefits:** +→ ✅ Fully automated 4-step process +→ ✅ Intelligent detection of existing installation +→ ✅ Z.AI GLM 4.7 Model configuration built-in +→ ✅ Comprehensive installation of all modifications +→ ✅ Tested with TDD (10 tests passing) +→ ✅ Error handling and backup system + +--- + +### Option 3: Interactive Installation Script ```bash git clone https://github.rommark.dev/admin/claude-code-glm-suite.git @@ -217,7 +244,7 @@ chmod +x interactive-install-claude.sh --- -### Option 3: Manual Installation +### Option 4: Manual Installation For users who want complete control over each component, follow these steps manually: