Clean up automated setup instructions in README#2211
Conversation
Removed duplicate instructions for automated setup script in README.
There was a problem hiding this comment.
Pull Request Overview
This PR cleans up duplicate automated setup instructions in the README by removing a redundant bash code block that showed how to download and run the setup script.
Key Changes:
- Removed duplicate bash code block with curl command for automated setup
- Removed post-installation note about Docker permissions
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| > ℹ️ **Post-installation**: Log out and back in to activate Docker permissions and aliases. | ||
| - https://github.com/cloud-barista/cb-tumblebug/blob/main/scripts/set-tb.sh | ||
|
|
||
| - |
There was a problem hiding this comment.
This line appears to be an empty bullet point (- with just a space). This should either be removed entirely or have content added to it. Empty bullet points can cause formatting issues in markdown renderers.
| - |
| ```bash | ||
| # Download and run automated setup script | ||
| curl -sSL https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/main/scripts/set-tb.sh | bash | ||
| ``` |
There was a problem hiding this comment.
The post-installation note about logging out and back in to activate Docker permissions and aliases has been removed. This was important information for users. Consider adding it back after the code block, for example:
> ℹ️ **Post-installation**: Log out and back in to activate Docker permissions and aliases.|
/approve |
Removed duplicate instructions for automated setup script in README.