diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-12-29 20:31:02 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-12-29 20:31:02 +0200 |
commit | 156139f11293691d97b06db826b7b8ff8327317b (patch) | |
tree | 200eca8a51475b847ec0a1dc70437cda2ae194d3 | |
parent | 26f7341094bd023ff0e7b569eec8b207b9b8ab97 (diff) |
README updates
-rw-r--r-- | README.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,9 +28,9 @@ compiler. This has the advantage that there is no need to reimplement the basic parsing of .proto files. However, it does mean that you need the Google's protobuf library in order to run the generator. -If you have downloaded a binary package for nanopb (either Windows or Linux -version), the 'protoc' binary is included in the 'generator-bin' folder. In -this case, you are ready to go. Simply run this command: +If you have downloaded a binary package for nanopb (either Windows, Linux or +Mac OS X version), the 'protoc' binary is included in the 'generator-bin' +folder. In this case, you are ready to go. Simply run this command: generator-bin/protoc --nanopb_out=. myprotocol.proto |