docs: update installation instructions in README.md to include --auto-update#94
docs: update installation instructions in README.md to include --auto-update#94
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.
📋 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.
🟢 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.
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.