aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-12-29 20:31:02 +0200
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-12-29 20:31:02 +0200
commit156139f11293691d97b06db826b7b8ff8327317b (patch)
tree200eca8a51475b847ec0a1dc70437cda2ae194d3
parent26f7341094bd023ff0e7b569eec8b207b9b8ab97 (diff)
README updates
-rw-r--r--README.txt6
1 files 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