Skip to content
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

Update README.md to include Protobuf compiler update instructions #1415

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SakiAoiaoi
Copy link

Added detailed steps to update the Protobuf compiler to the latest version under the Linux prerequisites section. This update ensures compatibility with Proto3 syntax and resolves common issues with outdated Protobuf versions, enhancing the setup experience for new users.

close #1413

Added detailed steps to update the Protobuf compiler to the latest version under the Linux prerequisites section. This update ensures compatibility with Proto3 syntax and resolves common issues with outdated Protobuf versions, enhancing the setup experience for new users.

close nexus-xyz#1413
For Proto3 syntax compatibility and to avoid common issues with older versions, you must update your Protobuf compiler. Follow these steps:
```bash
sudo apt remove -y protobuf-compiler
sudo curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link can be changed anytime the new protoc version, can you propose another way?

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.

Documentation Update for Protobuf Compiler Installation
2 participants