website/index.html in rad-0.0.3 vs website/index.html in rad-0.0.4

- old
+ new

@@ -31,11 +31,11 @@ <div id="main"> <h1>RAD</h1> <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/rad"; return false'> <p>Get Version</p> - <a href="http://rubyforge.org/projects/rad" class="numbers">0.0.3</a> + <a href="http://rubyforge.org/projects/rad" class="numbers">0.0.4</a> </div> <h1>&#x2192; &#8216;Ruby Arduino Development&#8217;</h1> <h2>What?</h2> @@ -52,9 +52,14 @@ <h2>Installing</h2> <pre syntax="ruby">$ sudo gem install rad</pre> + + <p><span class="caps">RAD</span> depends on <a href="http://rubyforge.org/projects/ruby2c/">Ruby2C</a>, which seems immune to the normal gem requirement techniques, so, if you don&#8217;t already have it, you&#8217;ll need to install that as well:</p> + + +<pre syntax="ruby">$ sudo gem install Ruby2C</pre> <h2>The basics</h2> <code>$ rad my_sketch</code>