aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2015-10-08 08:09:55 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2015-10-08 11:08:36 -0700
commit687bef6cb0df50ce58274cb0f7f94540fe8e024e (patch)
tree643ca144dca994fa72c9a4ab90b26b867ec4d6c5 /src/objective-c
parent0da6163a3814f471ea221f11cf45417224fd14b1 (diff)
remove a few more linuxbrew references
Diffstat (limited to 'src/objective-c')
-rw-r--r--src/objective-c/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/objective-c/README.md b/src/objective-c/README.md
index 6c27657def..1851657a00 100644
--- a/src/objective-c/README.md
+++ b/src/objective-c/README.md
@@ -17,7 +17,7 @@ services.
<a name="install"></a>
## Install protoc with the gRPC plugin
-On Mac OS X, install [homebrew][]. On Linux, install [linuxbrew][].
+On Mac OS X, install [homebrew][].
Run the following command to install _protoc_ and the gRPC _protoc_ plugin:
```sh
@@ -168,7 +168,6 @@ Objective-C Protobuf runtime library.
[Protocol Buffers]:https://developers.google.com/protocol-buffers/
[homebrew]:http://brew.sh
-[linuxbrew]:https://github.com/Homebrew/linuxbrew
[gRPC install script]:https://raw.githubusercontent.com/grpc/homebrew-grpc/master/scripts/install
[example Podfile]:https://github.com/grpc/grpc/blob/master/src/objective-c/examples/Sample/Podfile
[sample app]: https://github.com/grpc/grpc/tree/master/src/objective-c/examples/Sample