Actualizing RubyGems link in README.md (#5378)

This commit is contained in:
Mikhail Morgunov 2018-11-20 00:38:12 +03:00 committed by Paul Yang
parent b323b13679
commit cb7678ebb9

View File

@ -9,10 +9,11 @@ install protoc as well to have Ruby code generation functionality.
Installation from Gem
---------------------
In Gemfile (Please check a version of Protocol Buffers you needed [RubyGems](https://rubygems.org/gems/google-protobuf)):
When we release a version of Protocol Buffers, we will upload a Gem to
[RubyGems](https://www.rubygems.org/). To use this pre-packaged gem, simply
install it as you would any other gem:
gem 'google-protobuf'
Or for using this pre-packaged gem, simply install it as you would any other gem:
$ gem install [--prerelease] google-protobuf