-
Notifications
You must be signed in to change notification settings - Fork 3
chore: add uninstall instructions #117
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
chore: add uninstall instructions #117
Conversation
WalkthroughThis PR consolidates installation documentation into INSTALLATION.md, adds uninstalling instructions across platforms, and streamlines installation scripts by removing interactive prompts and introducing centralized sudo handling via a new setup_sudo() function in the common library. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes
Possibly related PRs
Suggested labels
Poem
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (8)
💤 Files with no reviewable changes (1)
🧰 Additional context used🧬 Code graph analysis (3)scripts/lib/common.sh (1)
scripts/install-macos.sh (1)
scripts/install-linux.sh (1)
🪛 Shellcheck (0.11.0)scripts/lib/common.sh[warning] 100-100: SUDO appears unused. Verify use (or export if used externally). (SC2034) ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (13)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
SCANOSS SCAN Completed 🚀
View more details on SCANOSS Action Summary |
SCANOSS SCAN Completed 🚀
View more details on SCANOSS Action Summary |
Summary by CodeRabbit
New Features
Bug Fixes
Documentation