From 156139f11293691d97b06db826b7b8ff8327317b Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Sun, 29 Dec 2013 20:31:02 +0200 Subject: README updates --- README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index c6085d28..0f2ade8b 100644 --- a/README.txt +++ b/README.txt @@ -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 -- cgit 1.2.3-korg