aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/README.md')
-rw-r--r--ruby/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/ruby/README.md b/ruby/README.md
index 9ae3ac36..16474322 100644
--- a/ruby/README.md
+++ b/ruby/README.md
@@ -63,7 +63,7 @@ To build this Ruby extension, you will need:
To Build the JRuby extension, you will need:
* Maven
-* The latest version of the protobuf java library
+* The latest version of the protobuf java library (see ../java/README.md)
* Install JRuby via rbenv or RVM
First switch to the desired platform with rbenv or RVM.
@@ -75,7 +75,8 @@ Then install the required Ruby gems:
Then build the Gem:
- $ rake gem
+ $ rake
+ $ rake clobber_package gem
$ gem install `ls pkg/google-protobuf-*.gem`
To run the specs: