Skip to content

docs: lead README install with Releases binary - #34

Merged
rn404 merged 1 commit into
mainfrom
docs/readme-releases-install
Aug 17, 2026
Merged

docs: lead README install with Releases binary#34
rn404 merged 1 commit into
mainfrom
docs/readme-releases-install

Conversation

@rn404

@rn404 rn404 commented Aug 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • Switch the README's Install section to lead with downloading the prebuilt binary from Releases (verified checksum step included) since it needs no Go toolchain
  • Keep `go install .../cmd/sava@latest` as the documented from-source alternative

Test plan

  • Ran the documented `gh release download` / checksum / `tar` / `mv` sequence verbatim against the real v0.0.1 release; it works as written

go install requires the Go toolchain; downloading the prebuilt,
CGO_ENABLED=0 binary from Releases needs nothing but the tarball.
Lead with that (with a checksum-verify step) and keep go install as
the from-source alternative.
@rn404
rn404 merged commit 85a9955 into main Aug 17, 2026
2 checks passed
@rn404
rn404 deleted the docs/readme-releases-install branch August 17, 2026 09:19
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