X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=2d35e85df2482738238ae1b3c90c4d0759145236;hb=863dddca69983485fdc3faf58c7dd439d0d5bf5d;hp=beda45fb97ff099afb4ea4c166764b5043acb93b;hpb=87d01fed5bb51f77d4e3a0084d9c9a1ee8ba3b70;p=apps%2Fagl-service-can-low-level.git diff --git a/README.md b/README.md index beda45fb..2d35e85d 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ 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. +1. Compile your .proto files for nanopb, using protoc. +2. Include pb_encode.c and pb_decode.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.