aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2015-10-08 12:00:49 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2015-10-08 12:00:49 -0700
commit601f03c3085bb4369cd8b9b6cedf81c31108bf13 (patch)
treef8441bf3b4bf9122005dd7ca4a005b320fdff2fb /src
parent2167500e8c01c596653b5bf28bcf1d4f2100ebba (diff)
removed a few more linuxbrew references
Diffstat (limited to 'src')
-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 775f9a095f..a861a9f6f9 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