Skip to content

Commit ffd1293

Browse files
alessio-peruginicmaglie
authored andcommitted
docs: update CONTRIBUTING
1 parent ac10076 commit ffd1293

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Diff for: docs/CONTRIBUTING.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,7 @@ If you want to run integration tests you will also need:
7979

8080
If you're working on the gRPC interface you will also have to:
8181

82-
- download and install the [protoc][6] compiler (use the version required to match the generated code, please note that
83-
the latest releases does not follow semantic versioning anymore so, for example, the version 5.26.1 must be searched
84-
as 26.1 dropping the major number)
85-
- install `protoc-gen-go` using: `go install google.golang.org/protobuf/cmd/[email protected]` (use the version
86-
required to match the generated code)
87-
- install `protoc-gen-go-grpc` using: `go install google.golang.org/grpc/cmd/[email protected]` (use the version
88-
required to match the generated code)
82+
- download and install [buf][6] our tool to compile and generate proto files
8983

9084
### Building the source code
9185

@@ -337,7 +331,7 @@ If your PR doesn't need to be included in the changelog, please start the commit
337331
[1]: https://go.dev/doc/install
338332
[2]: https://taskfile.dev/#/installation
339333
[3]: https://www.python.org/downloads/
340-
[6]: https://github.com/protocolbuffers/protobuf/releases
334+
[6]: https://buf.build/docs/installation/
341335
[7]: https://pages.github.com/
342336
[9]: https://www.mkdocs.org/
343337
[11]: https://github.com/arduino/arduino-cli/blob/master/.github/workflows/deploy-cobra-mkdocs-versioned-poetry.yml

0 commit comments

Comments
 (0)