X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=2d35e85df2482738238ae1b3c90c4d0759145236;hb=2a851f039ad5252a32e3b82d15ce5a3bbb8a0b21;hp=fc42e76633148f8fce82f5be026896813e7f8fe6;hpb=8b86c5a319c2da36cdd2b672544f7b01f3ead7d0;p=apps%2Fagl-service-can-low-level.git diff --git a/README.md b/README.md index fc42e766..2d35e85d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ especially suitable for use in microcontrollers, but fits any memory restricted system. * **Homepage:** http://kapsi.fi/~jpa/nanopb/ -* **Downloads:** http://koti.kapsi.fi/~jpa/nanopb/download/ +* **Documentation:** http://kapsi.fi/~jpa/nanopb/docs/ +* **Downloads:** http://kapsi.fi/~jpa/nanopb/download/ * **Forum:** https://groups.google.com/forum/#!forum/nanopb @@ -17,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.