about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-23 11:28:29 -0700
committerEric Wong <normalperson@yhbt.net>2011-05-23 11:28:29 -0700
commit83c6584be53d6863e647067ba385b42ed5347cdb (patch)
tree0950acc673a6b28006266a18c9fd926f239971ad
parent2ade0059c67a0ae4fa1b416c500169e3ac66bfff (diff)
downloadkgio-83c6584be53d6863e647067ba385b42ed5347cdb.tar.gz
We won't waste time with inferior, non-Free platforms.
-rw-r--r--README9
1 files changed, 3 insertions, 6 deletions
diff --git a/README b/README
index 63bae32..2bbece7 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
 kgio provides non-blocking I/O methods for Ruby without raising
 exceptions on EAGAIN and EINPROGRESS.  It is intended for use with the
 Unicorn and Rainbows! Rack servers, but may be used by other
-applications.
+applications (that run on Unix-like platforms).
 
 == Features
 
@@ -30,11 +30,8 @@ applications.
 
 == Install
 
-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 Rainbows! project page on Rubyforge
-and run setup.rb after unpacking it:
+The library consists of a C extension so you'll need a Unix-like system
+with a C compiler and Ruby development libraries/headers.
 
 http://rubyforge.org/frs/?group_id=8977