Skip to content

Commit 6c23909

Browse files
committed
docs: add platform note to contributing guide
Clarify that instructions target x86_64 Linux and can be easily adjusted for other platforms like Linux aarch64 or macOS. https://claude.ai/code/session_01AH9RuArd3yn2NEGwUcZqCC
1 parent dd7eac3 commit 6c23909

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Contributions are welcome! This guide covers how to set up a development environment, build the project, run tests, and submit changes.
44

5+
> **Note:** The instructions below are written for x86_64 Linux. If you are building on another platform (e.g. Linux aarch64 or macOS) the same steps apply, but you may need to adjust package manager commands and download the appropriate `protoc` binary for your architecture.
6+
57
## Prerequisites
68

79
### Rust

0 commit comments

Comments
 (0)