docs: add curl | bash install and release guide#20
Merged
Conversation
Adds a `curl | bash` one-liner to the README's Installation section so users don't need to clone the repo to install. Drops the stale `gh` CLI prerequisite (the installer now uses the GitHub releases API directly). Adds RELEASE.md documenting both release channels (rolling `latest-prerelease` and tagged stable `vX.Y.Z`), since the process previously lived only in workflow YAML.
sfishel18
approved these changes
Apr 24, 2026
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
curl | bashone-liner to the README's Installation section pointing atscripts/install-release.shonmain; show abash -s --variant for passing flags like--install-dir/--tag.ghCLI prerequisite from the README — the installer now resolveslatestvia the GitHub releases API (PR fix: resolve latest to actual release tag before downloading #18) and no longer shells out togh.RELEASE.mdcovering both release channels (rollinglatest-prereleaseon every push tomain, and tagged stablevX.Y.Zviagit push origin vX.Y.Z), since the process previously lived only in workflow YAML. Includes version-picking guidance, a note-preview command, and recovery steps.RELEASE.mdfrom the README's Development section.Test plan
scripts/install-release.shURL (https://raw.githubusercontent.com/wherobots/wbc-cli/main/scripts/install-release.sh) returns 200 once this branch is merged.curl | bashone-liner on macOS and Linux after merge.RELEASE.mdrenders correctly on GitHub.