Skip to content

Commit

Permalink
docs: update CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-perugini committed Oct 18, 2024
1 parent dc2c67a commit 3c06dcc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,7 @@ If you want to run integration tests you will also need:

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

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

### Building the source code

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

0 comments on commit 3c06dcc

Please sign in to comment.