Browse Source

Actualizing RubyGems link in README.md (#5378)

Mikhail Morgunov 6 years ago
parent
commit
cb7678ebb9
1 changed files with 4 additions and 3 deletions
  1. 4 3
      ruby/README.md

+ 4 - 3
ruby/README.md

@@ -9,10 +9,11 @@ install protoc as well to have Ruby code generation functionality.
 
 
 Installation from Gem
 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
     $ gem install [--prerelease] google-protobuf