diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2016-12-23 21:09:09 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2016-12-23 21:09:09 +0200 |
commit | 16f08f9fc8ff73e775cbf54b1024629ca7db0e58 (patch) | |
tree | a0b047f34230703f795b4e8160c6567cccf0542d /README.md | |
parent | 283258dca59c470e8e209431e206a344839e0cf5 (diff) |
Update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ Using the nanopb library To use the nanopb library, you need to do two things: 1. Compile your .proto files for nanopb, using protoc. -2. Include pb_encode.c and pb_decode.c in your project. +2. Include pb_encode.c, pb_decode.c and pb_common.c in your project. The easiest way to get started is to study the project in "examples/simple". It contains a Makefile, which should work directly under most Linux systems. |