<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,23 +3,38 @@
 %a{ :name =&gt; &quot;installing&quot; }
 %h1
   Installing rvm
-First install the gem. After the gem has installed run the rvm-install script.
+%p
+  There are at least 3 ways to install rvm.
+%h2
+  Installing from a gem
+%p
+  First install the gem. After the gem has installed run the rvm-install script.
 %pre.code
   :preserve
     $ gem sources -a http://gemcutter.org/ # If you do not have gemcutter as a source, add it!
     $ gem install rvm            # Install the rvm gem
     $ rvm-install                # Install rvm, adds hooks for bash &amp; zsh
     $ source ~/.rvm/scripts/rvm  # load the new code into your current shell
+%p
   Note that if your gem bin directory is not in your path you will have to use the full path to the script.
   For example,
 %pre.code
   :preserve
     cd ~/.gem/ruby/1.8/gem/rvm-0.0.58/ &amp;&amp; scripts/install
 %h2
-  Installing directly from github repository.
+  Github Repository
+%p
+  To install from the github repository:
 %pre.code
   :preserve
     git clone git://github.com/wayneeseguin/rvm.git &amp;&amp; cd rvm &amp;&amp; ./install
+%h2
+  Installing from a source tarball
+%pre.code
+  :preserve
+    curl -O http://rvm.beginrescueend.com/src/rvm-0.0.66.tar.gz &amp;&amp; tar zxf rvm-0.0.66.tar.gz &amp;&amp; cd rvm-0.0.66 &amp;&amp; ./install
+    # or using wget:
+    wget http://rvm.beginrescueend.com/src/rvm-0.0.66.tar.gz &amp;&amp; tar zxf rvm-0.0.66.tar.gz &amp;&amp; cd rvm-0.0.66 &amp;&amp; ./install
 
 %h3
   NOTE</diff>
      <filename>site/content/install.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -266,6 +266,9 @@
           &lt;li&gt;
             Victor Costan
           &lt;/li&gt;
+          &lt;li&gt;
+            Sean Watson
+          &lt;/li&gt;
         &lt;/ul&gt;
         &lt;a name='bottom'&gt;&lt;/a&gt;
       &lt;/div&gt;</diff>
      <filename>site/output/donations/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -237,15 +237,32 @@
         &lt;h1&gt;
           Installing rvm
         &lt;/h1&gt;
-        First install the gem. After the gem has installed run the rvm-install script.
-        &lt;pre class='code'&gt;$ gem sources -a http://gemcutter.org/ # If you do not have gemcutter as a source, add it!&amp;#x000A;$ gem install rvm            # Install the rvm gem&amp;#x000A;$ rvm-install                # Install rvm, adds hooks for bash &amp; zsh&amp;#x000A;$ source ~/.rvm/scripts/rvm  # load the new code into your current shell
-        Note that if your gem bin directory is not in your path you will have to use the full path to the script.
-        For example,&lt;/pre&gt;
+        &lt;p&gt;
+          There are at least 3 ways to install rvm.
+        &lt;/p&gt;
+        &lt;h2&gt;
+          Installing from a gem
+        &lt;/h2&gt;
+        &lt;p&gt;
+          First install the gem. After the gem has installed run the rvm-install script.
+        &lt;/p&gt;
+        &lt;pre class='code'&gt;$ gem sources -a http://gemcutter.org/ # If you do not have gemcutter as a source, add it!&amp;#x000A;$ gem install rvm            # Install the rvm gem&amp;#x000A;$ rvm-install                # Install rvm, adds hooks for bash &amp; zsh&amp;#x000A;$ source ~/.rvm/scripts/rvm  # load the new code into your current shell&lt;/pre&gt;
+        &lt;p&gt;
+          Note that if your gem bin directory is not in your path you will have to use the full path to the script.
+          For example,
+        &lt;/p&gt;
         &lt;pre class='code'&gt;cd ~/.gem/ruby/1.8/gem/rvm-0.0.58/ &amp;&amp; scripts/install&lt;/pre&gt;
         &lt;h2&gt;
-          Installing directly from github repository.
+          Github Repository
+        &lt;/h2&gt;
+        &lt;p&gt;
+          To install from the github repository:
+        &lt;/p&gt;
+        &lt;pre class='code'&gt;git clone git://github.com/wayneeseguin/rvm.git &amp;&amp; cd rvm &amp;&amp; ./install&lt;/pre&gt;
+        &lt;h2&gt;
+          Installing from a source tarball
         &lt;/h2&gt;
-        &lt;pre class='code'&gt;git clone git://github.com/wayneeseguin/rvm.git &amp;&amp; cd rvm &amp;&amp; ./install&amp;#x000A;&lt;/pre&gt;
+        &lt;pre class='code'&gt;curl -O http://rvm.beginrescueend.com/src/rvm-0.0.66.tar.gz &amp;&amp; tar zxf rvm-0.0.66.tar.gz &amp;&amp; cd rvm-0.0.66 &amp;&amp; ./install&amp;#x000A;# or using wget:&amp;#x000A;wget http://rvm.beginrescueend.com/src/rvm-0.0.66.tar.gz &amp;&amp; tar zxf rvm-0.0.66.tar.gz &amp;&amp; cd rvm-0.0.66 &amp;&amp; ./install&amp;#x000A;&lt;/pre&gt;
         &lt;h3&gt;
           NOTE
         &lt;/h3&gt;</diff>
      <filename>site/output/install/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@
   &lt;head&gt;
     &lt;title&gt;
       rvm: Ruby Version Manager -
-      rvm Passenger - Ride it!
+      Passenger - Come on, ride the train, hey, ride it, woo woo...
     &lt;/title&gt;
     &lt;link href='/bp.css' media='screen' rel='stylesheet' type='text/css' /&gt;
     &lt;link href='/style.css' media='screen' rel='stylesheet' type='text/css' /&gt;</diff>
      <filename>site/output/passenger/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -238,7 +238,7 @@
         &lt;p&gt;
           Given:
         &lt;/p&gt;
-        &lt;pre class='code'&gt;&#8756; cat test.rb&amp;#x000A;  puts &quot;patchlevel: 243, release_date: 2009-07-16, ruby_version: 1.9.1, ruby_platform: i386-darwin10.0.0&quot;&amp;#x000A;&amp;#x000A;&#8756; rvm list&amp;#x000A;&amp;#x000A;  ruby:&amp;#x000A;&amp;#x000A;     ruby-1.8.6-p383 : ruby 1.8.6 (2009-08-04 patchlevel 383) [i686-darwin10.0.0]&amp;#x000A;     ruby-1.8.7-p174 : ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10.0.0]&amp;#x000A;     ruby-1.9.1-head : ruby 1.9.2dev (2009-09-26 trunk 25103) [x86_64-darwin10.0.0]&amp;#x000A;  =&gt; ruby-1.9.1-p243 : ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-darwin10.0.0]&amp;#x000A;     ruby-1.9.2-preview1 : ruby 1.9.2dev (2009-07-18 trunk 24186) [i386-darwin10.0.0]&amp;#x000A;&amp;#x000A;  jruby:&amp;#x000A;&amp;#x000A;     jruby-1.3.1 : jruby 1.3.1 (ruby 1.8.6p287) (2009-06-15 2fd6c3d) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_15) [x86_64-java]&amp;#x000A;     jruby-1.4.0RC1 : jruby 1.4.0RC1 (ruby 1.8.7 patchlevel 174) (2009-09-30 80c263b) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_15) [x86_64-java]&amp;#x000A;&amp;#x000A;  ree:&amp;#x000A;&amp;#x000A;     ree-1.8.6-20090610 : ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-darwin10.0.0] Ruby Enterprise Edition 20090610&amp;#x000A;     ree-1.8.7-20090928 : ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10.0.0], MBARI 0x6770, Ruby Enterprise Edition 20090928&amp;#x000A;&amp;#x000A;  system:&amp;#x000A;&amp;#x000A;     ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0]&amp;#x000A;&lt;/pre&gt;
+        &lt;pre class='code'&gt;&#8756; cat test.rb&amp;#x000A;  puts &quot;patchlevel: #{RUBY_PATCHLEVEL}, release_date: #{RUBY_RELEASE_DATE}, ruby_version: #{RUBY_VERSION}, ruby_platform: #{RUBY_PLATFORM}&quot;&amp;#x000A;&amp;#x000A;&#8756; rvm list&amp;#x000A;&amp;#x000A;  ruby:&amp;#x000A;&amp;#x000A;     ruby-1.8.6-p383 : ruby 1.8.6 (2009-08-04 patchlevel 383) [i686-darwin10.0.0]&amp;#x000A;     ruby-1.8.7-p174 : ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10.0.0]&amp;#x000A;     ruby-1.9.1-head : ruby 1.9.2dev (2009-09-26 trunk 25103) [x86_64-darwin10.0.0]&amp;#x000A;  =&gt; ruby-1.9.1-p243 : ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-darwin10.0.0]&amp;#x000A;     ruby-1.9.2-preview1 : ruby 1.9.2dev (2009-07-18 trunk 24186) [i386-darwin10.0.0]&amp;#x000A;&amp;#x000A;  jruby:&amp;#x000A;&amp;#x000A;     jruby-1.3.1 : jruby 1.3.1 (ruby 1.8.6p287) (2009-06-15 2fd6c3d) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_15) [x86_64-java]&amp;#x000A;     jruby-1.4.0RC1 : jruby 1.4.0RC1 (ruby 1.8.7 patchlevel 174) (2009-09-30 80c263b) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_15) [x86_64-java]&amp;#x000A;&amp;#x000A;  ree:&amp;#x000A;&amp;#x000A;     ree-1.8.6-20090610 : ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-darwin10.0.0] Ruby Enterprise Edition 20090610&amp;#x000A;     ree-1.8.7-20090928 : ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10.0.0], MBARI 0x6770, Ruby Enterprise Edition 20090928&amp;#x000A;&amp;#x000A;  system:&amp;#x000A;&amp;#x000A;     ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0]&amp;#x000A;&lt;/pre&gt;
         &lt;p&gt;
           We can run the ruby program 'test.rb' against all versions of ruby installed by rvm very simply:
         &lt;/p&gt;</diff>
      <filename>site/output/ruby/index.html</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>site/tmp/dependencies</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8a6df4ffab43ceb04430a9842d819e2b98373e16</id>
    </parent>
  </parents>
  <author>
    <name>Wayne E. Seguin</name>
    <email>wayneeseguin@gmail.com</email>
  </author>
  <url>http://github.com/docwhat/rvm/commit/a96ff421a050cdd99a199af6cdaf0c678938ae8d</url>
  <id>a96ff421a050cdd99a199af6cdaf0c678938ae8d</id>
  <committed-date>2009-10-29T06:53:51-07:00</committed-date>
  <authored-date>2009-10-29T06:53:51-07:00</authored-date>
  <message>Site update.</message>
  <tree>7ba7ce09d1dcbf72ee1669ab9b17927607d77cdf</tree>
  <committer>
    <name>Wayne E. Seguin</name>
    <email>wayneeseguin@gmail.com</email>
  </committer>
</commit>
