aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c/helloworld
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-10-27 10:50:03 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-10-27 10:50:03 -0700
commit1f5d62b45460aa9d075e6dd91f7c827d4a2fd0dd (patch)
tree2ace2ede70f7a739605a26641865ee6f68d8d95d /examples/objective-c/helloworld
parent738220d99890e672d23e5bad08599a5301e3e93c (diff)
ObjC: Start with helloworld, then the web page
Diffstat (limited to 'examples/objective-c/helloworld')
-rw-r--r--examples/objective-c/helloworld/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/objective-c/helloworld/README.md b/examples/objective-c/helloworld/README.md
index 75df1a7a26..81c5aaa7bc 100644
--- a/examples/objective-c/helloworld/README.md
+++ b/examples/objective-c/helloworld/README.md
@@ -12,11 +12,13 @@ Here's how to build and run the Objective-C implementation of the [Hello World](
example used in [Getting started](https://github.com/grpc/grpc/tree/master/examples).
The example code for this and our other examples lives in the `examples` directory. Clone
-this repository to your local machine by running the following command:
+this repository to your local machine by running the following commands:
```sh
$ git clone https://github.com/grpc/grpc.git
+$ cd grpc
+$ git submodule update --init
```
Change your current directory to `examples/objective-c/helloworld`
@@ -53,4 +55,4 @@ responds with a `HLWHelloResponse`, which contains a string that is then output
## Tutorial
-You can find a more detailed tutorial in [gRPC Basics: Objective-C](../route_guide/README.md).
+You can find a more detailed tutorial in [gRPC Basics: Objective-C](http://www.grpc.io/docs/tutorials/basic/objective-c.html).