website/index.txt in evdispatch-0.2.6 vs website/index.txt in evdispatch-0.3.0

- old
+ new

@@ -7,10 +7,16 @@ A library for making HTTP requests in parallel. h2. Installing -<pre syntax="ruby">sudo gem install evdispatch</pre> +Download: <a href="http://curl.haxx.se/download/curl-7.18.1.tar.gz">curl-7.18.1.tar.gz</a> +<pre syntax="bash"> + tar -zxf curl-7.18.1.tar.gz + cd curl-7.18.1/ + ./configure && make && sudo make install + sudo gem install evdispatch +</pre> h2. The basics The library provides an interface to a background <a href="http://en.wikipedia.org/wiki/POSIX_Threads">posix thread</a>