-
Notifications
You must be signed in to change notification settings - Fork 13
docs: update installation instructions in README.md to include --auto-update #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
🤖 Hi @capachino, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
|
/gemini review |
|
@gemini-cli /review |
|
🤖 Hi @CallumHYoung, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
|
@gemini-cli /review |
|
🤖 Hi @CallumHYoung, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
|
@gemini-cli /review |
|
🤖 Hi @lociko, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
|
@gemini-cli /review |
|
🤖 Hi @CallumHYoung, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📋 Review Summary
This pull request updates the installation instructions in the README.md to include the --auto-update flag. The changes are clear and improve the documentation for users who want to automatically keep the extension updated.
🔍 General Feedback
- The addition of the
--auto-updateflag and its explanation is a valuable improvement to the installation instructions. - The removal of the note regarding the interactive-only use of the
/security:analyzecommand is a welcome change, assuming non-interactive support is now available.
| gemini extensions install https://github.com/gemini-cli-extensions/security --auto-update | ||
| ``` | ||
|
|
||
| The `--auto-update` is optional: if specified, it will update to new versions as they are released. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟢 For better readability, you could consider making the explanation about the --auto-update flag a "Note" to make it stand out more.
| The `--auto-update` is optional: if specified, it will update to new versions as they are released. | |
| **Note:** The `--auto-update` flag is optional and will ensure the extension is kept up-to-date. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request updates the installation instructions in the README.md file. The changes are purely documentation-related and do not affect the application's source code or logic.
🔍 General Feedback
- The changes are clear and improve the documentation for users.
- No security vulnerabilities were identified as the changes are confined to a markdown file.
No description provided.