Skip to content

Lead the quick start with brew - #44

Merged
devcodes9 merged 1 commit into
mainfrom
docs/quickstart-order
Aug 22, 2026
Merged

Lead the quick start with brew#44
devcodes9 merged 1 commit into
mainfrom
docs/quickstart-order

Conversation

@devcodes9

Copy link
Copy Markdown
Owner

The first command in the README was uvx agsearch -n "...", which fails with command not found for anyone who does not have uv installed — 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/agsearch is now first. It 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 interactive interface works on first run instead of falling back to non-interactive output.

uvx stays one paragraph down, framed as trying a single search without installing, where a missing uv is a shrug rather than a dead end.

curl | sh stays 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.

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.
@devcodes9
devcodes9 merged commit 07d8ec3 into main Aug 22, 2026
6 checks passed
@devcodes9 devcodes9 mentioned this pull request Aug 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant