aboutsummaryrefslogtreecommitdiffstats
path: root/ruby/README.md
diff options
context:
space:
mode:
authorMikhail Morgunov <m.morgunov2@gmail.com>2018-11-20 00:38:12 +0300
committerPaul Yang <TeBoring@users.noreply.github.com>2018-11-19 13:38:12 -0800
commitcb7678ebb92967c45895abf8fd4810f64c011af6 (patch)
treec74ab278b093359e303f5035c0837e509ceb36d3 /ruby/README.md
parentb323b13679f8b3deaec1116b8129053f2e669a24 (diff)
downloadplatform_external_protobuf-cb7678ebb92967c45895abf8fd4810f64c011af6.tar.gz
platform_external_protobuf-cb7678ebb92967c45895abf8fd4810f64c011af6.tar.bz2
platform_external_protobuf-cb7678ebb92967c45895abf8fd4810f64c011af6.zip
Actualizing RubyGems link in README.md (#5378)
Diffstat (limited to 'ruby/README.md')
-rw-r--r--ruby/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/ruby/README.md b/ruby/README.md
index 78e86015d..51299dff0 100644
--- a/ruby/README.md
+++ b/ruby/README.md
@@ -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