-
Notifications
You must be signed in to change notification settings - Fork 131
fix(l1,l2): update binary names #4980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates documentation to reflect changes in binary naming conventions following the introduction of separate binaries. The changes replace underscores with hyphens in binary filenames across installation and release documentation.
Key Changes:
- Updated binary naming pattern from underscore-separated (e.g.,
ethrex-linux_x86_64) to hyphen-separated (e.g.,ethrex-linux-x86_64) - Applied naming updates consistently across all platform variants (Linux x86_64, Linux ARM, macOS)
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/getting-started/installation/binary_distribution.md | Updated download URLs for all platform binaries to use hyphen-separated naming |
| docs/getting-started/README.md | Updated quick start binary download URLs to use hyphen-separated naming |
| docs/developers/release-process.md | Updated release process instructions to reference hyphen-separated binary names |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
**Motivation** <!-- Why does this pull request exist? What are its goals? --> With the separate binaries change, binary names also changed **Description** <!-- A clear and concise general description of the changes this PR introduces --> Update docs with new names <!-- Link to issues: Resolves #111, Resolves #222 -->
Motivation
With the separate binaries change, binary names also changed
Description
Update docs with new names