fix: 更新linux cli安装解压并进入目录的说明#19
Open
Saramanda9988 wants to merge 1 commit intoLLOneBot:mainfrom
Open
Conversation
审阅者指南(在小型 PR 上折叠)审阅者指南更新 Linux CLI 安装说明,使得在进入目录之前,先将不带顶级目录的压缩包安全地解压到一个专用文件夹中。 文件级变更
提示与命令与 Sourcery 交互
自定义你的体验访问你的控制面板以:
获取帮助Original review guide in EnglishReviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the Linux CLI installation instructions so that archives without a top-level directory are safely extracted into a dedicated folder before changing into it. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - 我给出了一些高层次的反馈:
- 建议使用
mkdir -p LLBot-CLI-linux,这样这组命令就是幂等的,如果目录已存在也不会报错。
AI Agents 提示词
Please address the comments from this code review:
## Overall Comments
- Consider using `mkdir -p LLBot-CLI-linux` so the command sequence is idempotent and does not fail if the directory already exists.帮我变得更有用!请在每条评论上点 👍 或 👎,我会根据你的反馈改进后续的评审。
Original comment in English
Hey - I've left some high level feedback:
- Consider using
mkdir -p LLBot-CLI-linuxso the command sequence is idempotent and does not fail if the directory already exists.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Consider using `mkdir -p LLBot-CLI-linux` so the command sequence is idempotent and does not fail if the directory already exists.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
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.
当前 Linux 步骤默认压缩包内自带顶层目录,但实际包内容是直接散落在根目录,如果不添加 -d 参数会解压到当前目录中
调整了相关命令和描述
Summary by Sourcery
Documentation:
Original summary in English
Summary by Sourcery
Documentation: