Skip to content

Commit 0b63465

Browse files
catlog22claude
andcommitted
docs: Update README with detailed interactive version selection menu
Enhanced installation documentation with complete menu examples: Added Sections: - Interactive Version Selection section with full menu display - Real-time version detection explanation - Detailed version options descriptions - Pro tips for users Menu Example Included: - Shows actual menu layout with version numbers - Displays release dates and commit information - Shows all three version options with descriptions - Includes recent version list for reference Documentation Improvements: - Moved from simple bullet points to full interactive example - Added ASCII menu visualization - Explained automatic version detection from GitHub API - Provided clear guidance on each version option - Added Pro Tip about default selection Both English and Chinese Versions: - README.md: Complete English documentation - README_CN.md: Complete Chinese translation - Consistent formatting and examples Key Information Displayed: 1. Latest Stable Release - Version number (e.g., v3.2.0) - Release date with UTC timezone - Production-ready indicator 2. Latest Development Version - Branch name (main) - 7-character commit SHA - Last update timestamp - Feature and stability warnings 3. Specific Release Version - Manual version selection - List of recent versions - Use case for controlled deployments User Benefits: - Clear understanding of version selection process - Visual preview of installation menu - Informed decision making about version choice - Reduced installation confusion 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0a85e98 commit 0b63465

File tree

2 files changed

+80
-8
lines changed

2 files changed

+80
-8
lines changed

README.md

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,46 @@ Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/cat
4949
bash <(curl -fsSL https://raw.githubusercontent.com/catlog22/Claude-Code-Workflow/main/install-remote.sh)
5050
```
5151

52-
> 💡 **Version Selection**: During installation, you'll be presented with an interactive menu to choose:
53-
> - **Latest Stable Release** (Recommended) - Production-ready version
54-
> - **Latest Development Version** - Cutting-edge features
55-
> - **Specific Release Version** - Install a specific tagged release (e.g., v3.2.0)
52+
### **📋 Interactive Version Selection**
53+
54+
After running the installation command, you'll see an interactive menu with real-time version information:
55+
56+
```
57+
Detecting latest release and commits...
58+
Latest stable: v3.2.0 (2025-10-02 04:27 UTC)
59+
Latest commit: cdea58f (2025-10-02 08:15 UTC)
60+
61+
====================================================
62+
Version Selection Menu
63+
====================================================
64+
65+
1) Latest Stable Release (Recommended)
66+
|-- Version: v3.2.0
67+
|-- Released: 2025-10-02 04:27 UTC
68+
\-- Production-ready
69+
70+
2) Latest Development Version
71+
|-- Branch: main
72+
|-- Commit: cdea58f
73+
|-- Updated: 2025-10-02 08:15 UTC
74+
|-- Cutting-edge features
75+
\-- May contain experimental changes
76+
77+
3) Specific Release Version
78+
|-- Install a specific tagged release
79+
\-- Recent: v3.2.0, v3.1.0, v3.0.1
80+
81+
====================================================
82+
83+
Select version to install (1-3, default: 1):
84+
```
85+
86+
**Version Options:**
87+
- **Option 1 (Recommended)**: Latest stable release with verified production quality
88+
- **Option 2**: Latest development version from main branch with newest features
89+
- **Option 3**: Specific version tag for controlled deployments
90+
91+
> 💡 **Pro Tip**: The installer automatically detects and displays the latest version numbers and release dates from GitHub. Just press Enter to select the recommended stable release.
5692
5793
### **✅ Verify Installation**
5894
After installation, run the following command to ensure CCW is working:

README_CN.md

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,46 @@ Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/cat
4949
bash <(curl -fsSL https://raw.githubusercontent.com/catlog22/Claude-Code-Workflow/main/install-remote.sh)
5050
```
5151

52-
> 💡 **版本选择**:安装过程中会显示交互式菜单,您可以选择:
53-
> - **最新稳定版**(推荐)- 生产就绪版本
54-
> - **最新开发版** - 最新功能
55-
> - **指定版本** - 安装特定标签版本(例如 v3.2.0)
52+
### **📋 交互式版本选择**
53+
54+
运行安装命令后,您将看到包含实时版本信息的交互式菜单:
55+
56+
```
57+
正在检测最新版本和提交...
58+
最新稳定版: v3.2.0 (2025-10-02 04:27 UTC)
59+
最新提交: cdea58f (2025-10-02 08:15 UTC)
60+
61+
====================================================
62+
版本选择菜单
63+
====================================================
64+
65+
1) 最新稳定版(推荐)
66+
|-- 版本: v3.2.0
67+
|-- 发布时间: 2025-10-02 04:27 UTC
68+
\-- 生产就绪
69+
70+
2) 最新开发版
71+
|-- 分支: main
72+
|-- 提交: cdea58f
73+
|-- 更新时间: 2025-10-02 08:15 UTC
74+
|-- 最新功能
75+
\-- 可能包含实验性更改
76+
77+
3) 指定版本
78+
|-- 安装特定标签版本
79+
\-- 最近版本: v3.2.0, v3.1.0, v3.0.1
80+
81+
====================================================
82+
83+
选择要安装的版本 (1-3, 默认: 1):
84+
```
85+
86+
**版本选项:**
87+
- **选项 1(推荐)**:经过验证的最新稳定版本,生产环境可用
88+
- **选项 2**:来自 main 分支的最新开发版本,包含最新功能
89+
- **选项 3**:指定版本标签,用于受控部署
90+
91+
> 💡 **提示**:安装程序会自动从 GitHub 检测并显示最新的版本号和发布日期。只需按 Enter 键即可选择推荐的稳定版本。
5692
5793
### **✅ 验证安装**
5894
安装后,运行以下命令以确保 CCW 正常工作:

0 commit comments

Comments
 (0)