From: Matt Darby Date: Fri, 3 Jun 2011 18:21:25 +0000 (-0700) Subject: Added a note on how to (optionally) install rake. X-Git-Url: https://git.eng.unimelb.edu.au/public?p=ruby_koans.git;a=commitdiff_plain;h=3d8391174b0d7897b82fa64b760e6f5049afef9c Added a note on how to (optionally) install rake. --- diff --git a/README.rdoc b/README.rdoc index b3eef11..fb6abb1 100644 --- a/README.rdoc +++ b/README.rdoc @@ -36,6 +36,8 @@ Windows from the command prompt (cmd.exe) c:\ruby --version c:\rake --version +If you don't have rake installed, just run `gem install rake` + Any response for Ruby with a version number greater than 1.8 is fine (should be around 1.8.6 or more). Any version of rake will do.