Revision
3348
Author
eloy.de.enige@gmail.com
Date
2010-01-26 15:25:28 -0800 (Tue, 26 Jan 2010)

Log Message

Add note to README.rdoc about the rake `jobs' variable.

Modified Paths

Diff

Modified: MacRuby/trunk/README.rdoc (3347 => 3348)


--- 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: