Add note to README.rdoc about the rake `jobs' variable.
--- MacRuby/trunk/README.rdoc 2010-01-26 23:25:19 UTC (rev 3347)
+++ MacRuby/trunk/README.rdoc 2010-01-26 23:25:28 UTC (rev 3348)
@@ -47,6 +47,10 @@
$ rake
+Or, as with LLVM, you can specify the amount of jobs to run simultaneously:
+
+ $ rake jobs=2
+
Once done, you can run the RubySpec-based regression tests as well as the
performance suite: