- Open Releases
- Download for your OS/arch:
- bare:
godo_<ver>_darwin_arm64(same layout asscripts/release-local.sh) - or archive:
godo_<ver>_darwin_arm64.tar.gz/ Windows.zip
- bare:
- Verify checksums (
checksums.txt/SHA256SUMS) chmod +x godoand place on$PATHgodo --version
Update later:
godo --update-check
godo --update
# or: godo -e update checkOverride Releases API (tests/mirrors): GODO_RELEASES_API.
go install github.com/my-rv/godo/cmd/godo@latest
# pin:
go install github.com/my-rv/godo/cmd/godo@v0.2.0Local build:
go build -ldflags "-X github.com/my-rv/godo.Version=v0.2.0" -o godo ./cmd/godoA preview is published as a GitHub pre-release. godo -e update reads the
latest release, and package managers carry the same, so a preview never
arrives on its own — you go and get it:
go install github.com/my-rv/godo/cmd/godo@v0.3.0-preview.1or download the v0.3.0-preview.1 assets from
Releases.
On a preview binary godo -e update check reports no update available: the
newest release really is older than what you are running. Reinstalling the
stable line (brew, scoop, or @latest) is how you leave a preview.
brew install --cask MY-RV/tap/godoHomebrew ships pre-built binaries as a cask, and casks are macOS-only. On Linux use Go or the release binary.
If you previously installed the Formula (brew install MY-RV/tap/godo), uninstall it first: brew uninstall godo, then install the cask.
scoop bucket add my-rv https://github.com/MY-RV/scoop-bucket
scoop install godoOn recent Homebrew, third-party taps may need brew trust MY-RV/tap once before install.
See distribution.md.
./scripts/release-local.sh
# or: ./godo release-localProduces dist/ + checksums with bare binaries.