cheat sheets.

$ cheat ccrb
--- ccrb version 2	Fri Apr 20 13:19:01 +0000 2007
+++ ccrb version 3	Fri Apr 20 13:24:22 +0000 2007
@@ -1,15 +1,18 @@
 CruiseControl.rb
 http://cruisecontrolrb.thoughtworks.com/documentation
 
-$ cd cruisecontrolrb
+To install:
+Download and unzip.  It's a Rails app.
 
+NOTE: run these commands from the installed location.
+
 To add your project:
-$ ./cruise add <name> -u <svn_url> [ --username <your_user> --password
+$ ./cruise add <app_name> -u <svn_url> [--username <your_user> --password
 <your_password>]
 
 To start daemon:
 $ ./cruise start [-p <port>]
 
 To view Dashboard:
 After started, browse to http://localhost:3333.
( add new | see all )