aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/php
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 /examples/php
parent2167500e8c01c596653b5bf28bcf1d4f2100ebba (diff)
removed a few more linuxbrew references
Diffstat (limited to 'examples/php')
-rw-r--r--examples/php/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/php/README.md b/examples/php/README.md
index a4ee8e698b..8fb060863a 100644
--- a/examples/php/README.md
+++ b/examples/php/README.md
@@ -8,7 +8,7 @@ This requires PHP 5.5 or greater.
INSTALL
-------
- - On Mac OS X, install [homebrew][]. On Linux, install [linuxbrew][]. Run the following command to install gRPC.
+ - On Mac OS X, install [homebrew][]. Run the following command to install gRPC.
```sh
$ curl -fsSL https://goo.gl/getgrpc | bash -s php
@@ -59,7 +59,6 @@ TUTORIAL
You can find a more detailed tutorial in [gRPC Basics: PHP][]
[homebrew]:http://brew.sh
-[linuxbrew]:https://github.com/Homebrew/linuxbrew#installation
[gRPC install script]:https://raw.githubusercontent.com/grpc/homebrew-grpc/master/scripts/install
[Node]:https://github.com/grpc/grpc/tree/master/examples/node
[gRPC Basics: PHP]:http://www.grpc.io/docs/tutorials/basic/php.html