diff --git a/README.rdoc b/README.rdoc index 23c8e7b..2cf2adc 100644 --- a/README.rdoc +++ b/README.rdoc @@ -7,8 +7,9 @@ This gem produces a skeleton finagled service directory to be used with the new This creates a standard environment for your twitter-centric sbt/scala thrift service. -Building: +Building (you may need to run as sudo): + :$ gem install jeweler :$ rake build :$ gem install pkg/scala-bootstrapper-*.gem diff --git a/Rakefile b/Rakefile index ce2afa5..d96f025 100644 --- a/Rakefile +++ b/Rakefile @@ -42,7 +42,7 @@ task :test => :check_dependencies task :default => :test -require 'rake/rdoctask' +require 'rdoc/task' Rake::RDocTask.new do |rdoc| version = File.exist?('VERSION') ? File.read('VERSION') : ""