aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-06-04 15:44:26 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-06-04 15:44:26 -0700
commit80afb1436f1d73291a7e6d221cb1bff9385a060e (patch)
tree0f4c9d71b9d5a1fdcdbafb649a2e97db5ce95a3c /src/objective-c
parentdf1a29f7ed0572f2ba9a48b828f1f52bda59e882 (diff)
Regenerate README table of contents
Diffstat (limited to 'src/objective-c')
-rw-r--r--src/objective-c/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/objective-c/README.md b/src/objective-c/README.md
index d99f83110c..728e226480 100644
--- a/src/objective-c/README.md
+++ b/src/objective-c/README.md
@@ -1,5 +1,14 @@
# gRPC for Objective-C
+- [Install protoc with the gRPC plugin](#install)
+- [Write your API declaration in proto format](#write-protos)
+- [Integrate a proto library in your project](#cocoapods)
+- [Use the generated library in your code](#use)
+- [Use gRPC without Protobuf](#no-proto)
+- [Alternative installation methods](#alternatives)
+ - [Install protoc and the gRPC plugin without using Homebrew](#no-homebrew)
+ - [Integrate the generated gRPC library without using Cocoapods](#no-cocoapods)
+
While gRPC doesn't require the use of an IDL to describe the API of services, using one simplifies
usage and adds some interoperability guarantees. Here we use [Protocol Buffers][], and provide a
plugin for the Protobuf Compiler (_protoc_) to generate client libraries to communicate with gRPC