Merge pull request #68 from yang-g/ruby

fix link to Gemfile
This commit is contained in:
Tim Emiola 2015-02-25 04:04:55 -08:00
commit 8058442d2f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ INSTALL
- Clone this repository. - Clone this repository.
- Follow the instructions in [INSTALL](https://github.com/grpc/grpc/blob/master/INSTALL) to install the gRPC C core. - Follow the instructions in [INSTALL](https://github.com/grpc/grpc/blob/master/INSTALL) to install the gRPC C core.
- *Temporary* Install the full gRPC distribution from source on your local machine and update path: in [Gemfile] to refer src/ruby within it. - *Temporary* Install the full gRPC distribution from source on your local machine and update path: in [Gemfile](https://github.com/grpc/grpc-common/blob/master/ruby/Gemfile) to refer src/ruby within it.
- this is necessary until the gRPC ruby gem is published - this is necessary until the gRPC ruby gem is published
- Use bundler to install - Use bundler to install
```sh ```sh