about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-07-14 23:01:42 -0700
committerEric Wong <normalperson@yhbt.net>2009-07-14 23:01:42 -0700
commitd3dd9cd839b85d92e2080ba10ed38c58d96a6e9d (patch)
treeb0eecca71b634628846df75704889563cd362571 /README
parentb442bfc10b3d92af43722f2de3d0c4917df2e40e (diff)
downloadunicorn-d3dd9cd839b85d92e2080ba10ed38c58d96a6e9d.tar.gz
While we're at it remove the Windows-centric comment for
folks who can't get a C compiler and put in something useful
for the Red Hat/Debian crowd where splitting packages is all
the rage.
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 9 insertions, 3 deletions
diff --git a/README b/README
index 35869fc..baa620d 100644
--- a/README
+++ b/README
@@ -48,6 +48,12 @@
   each worker process can also bind to a private port via the
   after_fork hook for easy debugging.
 
+== Versions
+
+{Stable v0.8.2}[http://git.bogomips.org/cgit/unicorn.git/tag/?id=v0.8.2]
+
+{Development v0.9.1}[http://git.bogomips.org/cgit/unicorn.git/tag/?id=v0.9.1]
+
 == License
 
 Unicorn is copyright 2009 Eric Wong and contributors.
@@ -61,8 +67,8 @@ Unicorn is 100% Free Software.
 
 == Install
 
-The library consists of a C extension so you'll need a C compiler or at
-least a friend who can build it for you.
+The library consists of a C extension so you'll need a C compiler
+and Ruby development libraries/headers.
 
 You may download the tarball from the Mongrel project page on Rubyforge
 and run setup.rb after unpacking it:
@@ -71,7 +77,7 @@ http://rubyforge.org/frs/?group_id=1306
 
 You may also install it via Rubygems on Rubyforge:
 
-  gem install unicorn
+  gem install unicorn -v0.8.2
 
 You can get the latest source via git from the following locations
 (these versions may not be stable):