Commit cb7678eb authored by Mikhail Morgunov's avatar Mikhail Morgunov Committed by Paul Yang

Actualizing RubyGems link in README.md (#5378)

parent b323b136
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment