<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -31,38 +31,49 @@ You have a plugin and you want it tested against different versions of rails?
 * install garlic as a gem (see below)
 * cd into your (say, rspec tested) plugin directory
 
+&lt;pre&gt;
     garlic generate rspec &gt; garlic.rb
     garlic install_repos
     garlic
+&lt;/pre&gt;
 
 * See what happens, edit garlic.rb to change rails versions and other stuff.
 
+&lt;pre&gt;
     garlic --help # will probably help
-
+&lt;/pre&gt;
 
 h2. Installing
 
 Install the garlic gem
 
+&lt;pre&gt;
     sudo gem install ianwhite-garlic --source=http://gems.github.com
+&lt;/pre&gt;
 
 (if you want the very latest version)
 
+&lt;pre&gt;
     git clone git://github.com/ianwhite/garlic
     cd garlic
     rake package
     sudo gem install pkg/garlic-&lt;code&gt;*&lt;/code&gt;.gem
+&lt;/pre&gt;
 
 h2. Example
 
 To see garlic in action, download response_for, a rails plugin that uses
 garlic for CI.
 
+&lt;pre&gt;
     git clone git://github.com/ianwhite/response_for 
+&lt;/pre&gt;
 
 run garlic
  
+&lt;pre&gt;
     garlic all
+&lt;/pre&gt;
 
 This will clone all the required git repos (done only once), set up the target
 railses (done once), then run the targets.
@@ -71,7 +82,9 @@ h3. Once you've made some changes
 
 You can prepare and run all the targets again (without fetching remote repos) by doing
 
+&lt;pre&gt;
     garlic
+&lt;/pre&gt;
  
 This will prepare all the targets, using the current HEAD of the repos, and run the
 CI task again.
@@ -81,13 +94,17 @@ h3. Specifying particular targets
 If you just want to run against a particular target or targets, you can use the TARGET or TARGETS
 env var.
 
+&lt;pre&gt;
     garlic -t edge
+&lt;/pre&gt;
 
 h2. Running Shell commands across multiple targets
 
 Check dis out
 
+&lt;pre&gt;
     garlic shell  # &quot;Example output&quot;:http://gist.github.com/28795
+&lt;/pre&gt;
   
 You can pipe any thing into garlic shell and it will execute across all of your garlic targets
 
@@ -100,18 +117,23 @@ h2. garlic workflow shell commands
 
 If you add the following line to your .profile
 
+&lt;pre&gt;
     source `gem environment gemdir`/gems/ianwhite-garlic-&lt;code&gt;*&lt;/code&gt;/sh/garlic.sh
+&lt;/pre&gt;
   
 Then you'll get these 4 new shell commands:
 
+&lt;pre&gt;
     gcd [target]    cds into the specified target working repo
     gcdp [target]   cds into the specified target plugin in the working repo
     gup             cds back up to the garlic'd repo from within a working path
     gpush [branch]  from within a working repo, pushes changes back to the local garlic target, and resets
                     local changes in that target to HEAD.
+&lt;/pre&gt;
                   
 This means you might have a workflow as follows (example is for a plugin):
 
+&lt;pre&gt;
     # run garlic, see probs in '2-2-stable'
     
     gcdp 2-2  # =&gt; takes you into the working repo in the '2-2-stable' target
@@ -121,7 +143,8 @@ This means you might have a workflow as follows (example is for a plugin):
     gpush     # =&gt; pushes the changes back to the enclosing garlic'd repo
     gup       # =&gt; go back up there
     garlic    # =&gt; rerun garlic to see how the changes affect the other targets
-  
+&lt;/pre&gt;
+
 h2. Lend a hand
 
 This is an early release, so there is plenty of scope for changes and improvement</diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3b397166d9210ea7bfa770fbe3e4522bbab12431</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/garlic/commit/268d796bafddd73a3ab0e16d470c17afcc3f9457</url>
  <id>268d796bafddd73a3ab0e16d470c17afcc3f9457</id>
  <committed-date>2009-06-27T14:34:17-07:00</committed-date>
  <authored-date>2009-06-27T14:34:17-07:00</authored-date>
  <message>Update README</message>
  <tree>2fdc37d78a2e193d0725223abc45bb7c4a3d948d</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
