docs: stop advertising broken brew install paths#9
Open
thousandflowers wants to merge 1 commit into
Open
Conversation
The Quickstart told users to brew install from the thousandflowers/parrot tap, which does not exist (404), and the DMG link pointed at releases/latest, which resolves to nothing because the only release is the v0.9.0-beta1 pre-release. The sibling-app block had the same dead tap for Wren, which also has no releases yet. Point straight at the one artifact that exists (Parrot_beta1.dmg) and at the Wren repo; mark the Homebrew cask feature-table row as pending the first stable release.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem (audit critical)
Every install path in the Quickstart was broken:
brew install --cask thousandflowers/parrot/parrot→ the tapthousandflowers/homebrew-parrotdoes not exist (404)Or download the DMG→ linksreleases/latest, which resolves to nothing (only release is the v0.9.0-beta1 pre-release)brew install --cask thousandflowers/parrot/wren→ same dead tap, and Wren has no releases at allHomebrew cask ✅Fix
Parrot_beta1.dmgfrom v0.9.0-beta1, labeled as beta◻︎ with first stable releaseReal resolution stays the same as the audit says: one stable release (DMG + real tap + appcast item) fixes 5 findings at once. Until then the README shouldn't send users into 404s.
🤖 Generated with Claude Code