docs(install): surface winget availability across README + docs#46
Merged
Conversation
v0.12.4 landed on winget after that release was tagged (winget-pkgs
PR merged this morning after sitting in moderator queue). The
install paths users see should reflect that:
* README badge row gains a winget badge alongside CI / Release /
Downloads / Rust / License. Links to the manifest tree in
microsoft/winget-pkgs.
* README Install section grows a winget code block above the
Scoop one. Note that winget ships preinstalled on Windows 10
1809+ and Windows 11, so it's the lowest-friction install for
Windows users new to Baudrun.
* docs-next install page grows a Windows (winget) section between
Homebrew and Scoop, with the per-arch automatic resolution, the
"stable only" framing, and the polling cadence note.
* Update + Uninstall tables in docs-next gain winget rows
(`winget upgrade` / `winget uninstall packetThrower.Baudrun`).
* Pre-release channel section calls out winget as stable-only,
pointing users to Scoop or direct download for pre-release.
No content changes elsewhere; this is purely a docs surface
update reflecting the new install path. The v0.12.4 GitHub
Release body got the same winget callout via `gh release edit`
out-of-band (not committed since release bodies aren't in-repo).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
v0.12.4 landed on winget today (microsoft/winget-pkgs PR merged after sitting in moderator queue since the May 21 submission). Brings the docs surface up to date so new users discover the winget install path.
Three places updated:
Out of scope
gh release edit(release bodies aren't tracked in-repo, so out of band).vedantmgoyal9/winget-releaserin release.yml) is a separate PR — uses Zed's after_release.yml pattern as the reference.Test plan
🤖 Generated with Claude Code