docs: Update Scoop installation instructions in README files#18
docs: Update Scoop installation instructions in README files#18
Conversation
- Changed the Scoop bucket command to use the 'extras' bucket for installing 'leetsolv' across all language versions of the README files, ensuring users have the correct installation steps.
📝 WalkthroughWalkthroughThe PR updates Scoop installation instructions across three README files (English, Simplified Chinese, and Traditional Chinese) to reference the official extras bucket instead of a custom bucket for the package installation. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @README.md:
- Around line 27-32: The README's Scoop instructions incorrectly reference the
official "extras" bucket for installing leetsolv; revert these changes and
restore a working installation approach by replacing "scoop install
extras/leetsolv" with either the correct custom bucket add command (e.g., add
the project's custom bucket URL) or an alternative install method such as "go
install github.com/eannchen/leetsolv@latest" or build-from-source steps; apply
this fix consistently across the three README files (English, zh-CN, zh-TW) and
update the "Scoop (Windows)" section text for the functionally correct command
and brief explanation.
📜 Review details
Configuration used: defaults
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
README.mdREADME.zh-CN.mdREADME.zh-TW.md
🔇 Additional comments (2)
README.zh-CN.md (1)
27-32: Consistent with English version.The Scoop installation instructions have been updated consistently with the English README. The command syntax is identical across language versions, which is appropriate.
README.zh-TW.md (1)
27-32: Scoop installation consistently updated across all three README files.Verified that README.md, README.zh-CN.md, and README.zh-TW.md all have identical Scoop (Windows) sections with the new bucket reference. No remaining references to the old bucket configuration were found in the documentation.
Description
leetsolv is now available in Scoop's official
extrasbucket. Updated installation instructions in all README files to useextras/leetsolvinstead of the custom bucket.Type of Change
Checklist
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.