Lead the quick start with brew - #44
Merged
Merged
Conversation
The first command was 'uvx agsearch', which fails with command-not-found for anyone without uv installed -- including on the machine this was written on. An error on the first line of the README is a worse first impression than any ordering concern. Brew is verified working against the released tarball, it is near-universal on macOS, and it is the only path that also resolves fzf, so the interface works on first run rather than falling back to non-interactive output. uvx stays, one paragraph down, where a missing uv is a shrug rather than a dead end. curl | sh stays in Installation. The tools that lead with it (uv, ollama) serve from their own domain and bootstrap their own ecosystem; the ones that sit inside an existing one (bun, starship) lead with a package manager.
Merged
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.
The first command in the README was
uvx agsearch -n "...", which fails withcommand not foundfor anyone who does not haveuvinstalled — including on the machine this project is developed on. An error on line one is a worse first impression than any ordering concern.brew install devcodes9/tap/agsearchis now first. It is verified working against the released tarball, it is near-universal on macOS, and it is the only path that also resolvesfzf, so the interactive interface works on first run instead of falling back to non-interactive output.uvxstays one paragraph down, framed as trying a single search without installing, where a missinguvis a shrug rather than a dead end.curl | shstays in Installation. Tools that lead with it — uv, ollama — serve it from their own domain and bootstrap their own ecosystem. Tools that sit inside an existing ecosystem — bun, starship — lead with a package manager, which is the closer comparison here.