aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2017-09-11 18:19:06 -0700
committerGitHub <noreply@github.com>2017-09-11 18:19:06 -0700
commitb1befb08c0b2d6b7a1f884d9148e4f8a22c64069 (patch)
treedd2345387cd05cf181f142acbdfb2f84c1d1036d /README.md
parent174c82d8cef27be5cb9d8491dd1e26d27898870b (diff)
parent6945203300f17a01bc6658202e04796718897e12 (diff)
downloadprotobuf-b1befb08c0b2d6b7a1f884d9148e4f8a22c64069.tar.gz
protobuf-b1befb08c0b2d6b7a1f884d9148e4f8a22c64069.tar.bz2
protobuf-b1befb08c0b2d6b7a1f884d9148e4f8a22c64069.zip
Merge pull request #3613 from xfxyjwf/bazel_examples
Add bazel support for examples.
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 653f6632..3a4e6ed2 100644
--- a/README.md
+++ b/README.md
@@ -68,9 +68,19 @@ how to install protobuf runtime for that specific language:
| PHP | [php](php) |
| Dart | [dart-lang/protobuf](https://github.com/dart-lang/protobuf) |
+Quick Start
+-----------
-Usage
------
+The best way to learn how to use protobuf is to follow the tutorials in our
+developer guide:
+
+https://developers.google.com/protocol-buffers/docs/tutorials
+
+If you want to learn from code examples, take a look at the examples in the
+[examples](examples) directory.
+
+Documentation
+-------------
The complete documentation for Protocol Buffers is available via the
web at: