docs: clarify network requirements in README (#40)#47
Merged
Conversation
added 3 commits
March 15, 2026 05:17
Bug Fixes: - Fix SCRIPT_DIR undefined variable (critical) - Remove export HOME pollution - Add multi-platform Git installation support - Remove set -e, use manual error handling - Use rsync for incremental sync Improvements: - Correct gateway port (3000 -> 18789) - Graceful failure when Git install fails - Better error messages Fixes #36
Changes: - Update title: "完全离线" → "首次联网,后续离线" - Add first-run network requirement (~60MB download) - Distinguish between "first run" and "subsequent runs" - Update comparison tables with accurate network info - Add FAQ explaining first-run network needs - Correct gateway port (3000 → 18789) - Update version to 5.0.1 Fixes #40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Documentation Fix
Fixes #40
Problem
README 宣称「完全离线运行」,但实际首次运行需要联网下载 Node.js 和 OpenClaw(~60MB)。这误导了用户,在完全离线环境下会失败。
Changes
1. 更新标题
2. 更新核心优势
3. 更新对比表格
4. 新增注意事项
5. 更新常见问题
6. 其他修正
Impact
Testing
Priority
🟠 P1 High - Documentation accuracy affects user experience
This PR was created automatically by AI assistant