You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
-**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.
56
92
57
93
### **✅ Verify Installation**
58
94
After installation, run the following command to ensure CCW is working:
0 commit comments