Update Ruby documentation for Gemfile usage (#25705)

pull/26012/head
Brian Buchalter 4 years ago committed by GitHub
parent 628bf7fe08
commit 5917984194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      src/ruby/README.md

@ -18,6 +18,11 @@ INSTALLATION
gem install grpc
```
If using a Gemfile and you wish to pull from a git repository or GitHub, make sure to tell bundler to retrieve submodules:
```
gem 'grpc', github: 'grpc/grpc', submodules: true
```
BUILD FROM SOURCE
---------------------
- Clone this repository

Loading…
Cancel
Save