From f367aa02c59143100f86ca29e1aaf04f4913fee6 Mon Sep 17 00:00:00 2001
From: Lars Kanis <kanis@comcard.de>
Date: Wed, 7 Mar 2012 21:52:21 +0100
Subject: [PATCH] Add install instructions and feature list

---
 README.rdoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rdoc b/README.rdoc
index 5fa3e62..4d992fa 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -28,10 +28,10 @@ FXRuby supportes everything of FOX, that is useful in Ruby:
 FXRuby runs on Linux, Windows and OS-X. Installation on *nix requires
 FOX development headers and libraries installed:
 * on Debian/Ubuntu: <tt>sudo apt-get install libfox-1.6-dev</tt>
+* on Windows the binary gem is downloaded
 * see detailed installation instructions in the {https://github.com/lylejohnson/fxruby/wiki Wiki}
 
-On Windows the binary gem is downloaded.
-
+Install the gem:
 * gem install fxruby
 
 == DIRECTORIES
-- 
GitLab