aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c/helloworld_macos
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-29 16:26:19 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-29 16:26:19 -0700
commit25d7a97bca94001fb0ff3dba17823852609b6a86 (patch)
tree07e743fa66a0e1015dfedf518837850cd05af03a /examples/objective-c/helloworld_macos
parent5e754a182ca1812424205f1fa1e4516113648503 (diff)
Move README.md to helloworld_macos
Diffstat (limited to 'examples/objective-c/helloworld_macos')
-rw-r--r--examples/objective-c/helloworld_macos/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/objective-c/helloworld_macos/README.md b/examples/objective-c/helloworld_macos/README.md
new file mode 100644
index 0000000000..3b4743057c
--- /dev/null
+++ b/examples/objective-c/helloworld_macos/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.