Skip to content

Commit

Permalink
Update Ruby documentation for Gemfile usage (grpc#25705)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuchalter authored Apr 19, 2021
1 parent 628bf7f commit 5917984
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5917984

Please sign in to comment.