Skip to content

Conversation

@alexec
Copy link
Contributor

@alexec alexec commented Nov 22, 2025

Simplifies the installation instructions in the README by using shell variables to automatically detect platform and architecture.

Changes:

  • Replaced four separate installation sections (Linux AMD64, Linux ARM64, MacOS Intel, MacOS Apple Silicon) with a single unified installation script
  • Uses uname -s to auto-detect platform (linux/darwin)
  • Uses uname -m to auto-detect architecture (amd64/arm64)
  • Easier to maintain - only VERSION variable needs updating for new releases

The new installation method works across all supported platforms and architectures.

@alexec alexec marked this pull request as ready for review November 22, 2025 18:12
@alexec alexec merged commit f18c90c into main Nov 22, 2025
1 check passed
@alexec alexec deleted the chore/update-readme-v0.0.13 branch November 22, 2025 18:12
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.

2 participants