Update README.md

This commit is contained in:
Jm Casler 2022-05-01 11:21:07 -07:00 committed by GitHub
parent 6c790cef4c
commit 91fe4b645f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,10 +21,10 @@ Protobuf build instructions:
* protoc -I=. --java_out /tmp mesh.proto
To generate Nanopb c code:
* /home/kevinh/packages/nanopb-0.4.4-linux-x86/generator-bin/protoc --nanopb_out=/tmp -I=app/src/main/proto mesh.proto
* /home/kevinh/packages/nanopb-0.4.5-linux-x86/generator-bin/protoc --nanopb_out=/tmp -I=app/src/main/proto mesh.proto
Nanopb binaries available here:
* https://jpa.kapsi.fi/nanopb/download/ use nanopb 0.4.4
* https://jpa.kapsi.fi/nanopb/download/ use nanopb 0.4.5
To lint:
* Install protolint: brew tap yoheimuta/protolint; brew install protolint