aboutsummaryrefslogtreecommitdiffstats
path: root/examples/simple/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simple/README.txt')
-rw-r--r--examples/simple/README.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/simple/README.txt b/examples/simple/README.txt
index d18c4183..ee77bfc7 100644
--- a/examples/simple/README.txt
+++ b/examples/simple/README.txt
@@ -18,10 +18,9 @@ On Linux, simply type "make" to build the example. After that, you can
run it with the command: ./simple
On other platforms, you first have to compile the protocol definition using
-the following two commands::
+the following command::
- protoc -osimple.pb simple.proto
- python nanopb_generator.py simple.pb
+ ../../generator-bin/protoc --nanopb_out=. simple.proto
After that, add the following four files to your project and compile: