Added support for ruby-debug to replace breakpointers.
[selectricity] / README
diff --git a/README b/README
index c06294bec731d01c78d61bbb9eedb7c91f3435d9..f8a8928fda987277debb2a5b2eca825684d3a5d4 100644 (file)
--- a/README
+++ b/README
@@ -5,12 +5,22 @@
 To use Selectricity, you'll need to install the following gems in
 addition to rails and its dependencies:
 
+ * rmagick
  * gruff
 
-Also, you will need install the other applications:
+To use Selectricity in development mode, you'll need to install the
+following gems:
+
+ * ruby-debug
+
+Also, you will need install the other applications installed first:
 
  * imagemagick (http://www.imagemagick.org/)
 
+On Ubuntu, you can install install the dependencies with: 
+  apt-get install imagemagick libmagick9-dev ruby1.8-dev libwmf-bin
+
+
 ===============================================
 === Contributors to Selectricity Include ======
 ===============================================

Benjamin Mako Hill || Want to submit a patch?