Skip to content

Commit

Permalink
removed a few more linuxbrew references
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Oct 8, 2015
1 parent 2167500 commit 601f03c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions examples/php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
3 changes: 1 addition & 2 deletions src/objective-c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 601f03c

Please sign in to comment.