aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/objective-c/README.md')
-rw-r--r--examples/objective-c/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/objective-c/README.md b/examples/objective-c/README.md
new file mode 100644
index 0000000000..3b4743057c
--- /dev/null
+++ b/examples/objective-c/README.md
@@ -0,0 +1,6 @@
+# gRPC Objective-C Mac OS Hello World Example
+
+A hello world example app on Mac OS. Note that Mac OS is not first class supported platform of gRPC
+Objective-C library. This example is only for the reference of users who would like to try with it.
+
+Refer to [Hello World Example](../helloworld) for instructions on installation and running.