website/index.html in evdispatch-0.2.6 vs website/index.html in evdispatch-0.3.0
- old
+ new
@@ -16,11 +16,11 @@
<div id="main">
<h1>evdispatch</h1>
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/evdispatch"; return false'>
<p>Get Version</p>
- <a href="http://rubyforge.org/projects/evdispatch" class="numbers">0.2.6</a>
+ <a href="http://rubyforge.org/projects/evdispatch" class="numbers">0.3.0</a>
</div>
<h4 style="float:right;padding-right:10px;">→ ‘evdispatch’</h4>
<h2>What</h2>
@@ -29,10 +29,16 @@
<h2>Installing</h2>
- <p><pre class='syntax'><span class="ident">sudo</span> <span class="ident">gem</span> <span class="ident">install</span> <span class="ident">evdispatch</span></pre></p>
+ <p>Download: <a href="http://curl.haxx.se/download/curl-7.18.1.tar.gz">curl-7.18.1.tar.gz</a>
+<pre class='syntax'>
+ tar -zxf curl-7.18.1.tar.gz
+ cd curl-7.18.1/
+ ./configure && make && sudo make install
+ sudo gem install evdispatch
+</pre></p>
<h2>The basics</h2>