<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -33,18 +33,22 @@ http://docs.insoshi.com
 
 ### Libraries
 
-You'll need to install FreeImage, SQLite, and (optionally) MySQL.  Install instructions for all three are easy to find using Google.
+You'll need to install FreeImage or some other image processor (such as ImageMagick/RMagick), SQLite, and (optionally) MySQL.  Install instructions for all three are easy to find using Google.
 
 ### Gems
 
 You probably have Rails already, but might not have the others.
 
 $ sudo gem install rails
-$ sudo gem install image_science
 $ sudo gem install ferret
 $ sudo gem install sqlite3-ruby
 $ sudo gem install mysql
 
+If you're using FreeImage/ImageScience, you'll also need the image_science gem:
+
+$ sudo gem install image_science
+
+
 ## Installing the app
 
 Here are the steps to get up and running with the Insoshi Rails app.
@@ -94,7 +98,7 @@ Then prepare the test database and run the tests (which are actually RSpec examp
 $ rake db:test:prepare
 $ rake spec
 
-If the tests fail in the Photos controller test, double-check that FreeImage and the image_science gem are installed.
+If the tests fail in the Photos controller test, double-check that an image processor is properly installed.
 
 ### Loading sample data
 </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b5f56abed08996a3dd7cb7aa5d75f315bbfa5ecc</id>
    </parent>
  </parents>
  <author>
    <name>Michael Hartl</name>
    <email>michael@michaelhartl.com</email>
  </author>
  <url>http://github.com/valodzka/insoshi/commit/7cd47c9b7ebc130b0a8d394f22578b37a7753640</url>
  <id>7cd47c9b7ebc130b0a8d394f22578b37a7753640</id>
  <committed-date>2008-05-09T10:11:26-07:00</committed-date>
  <authored-date>2008-05-09T10:11:26-07:00</authored-date>
  <message>Removed strict image_science dependency</message>
  <tree>d66dfeb0028cbb6d46854d52dd4f298fb06074e6</tree>
  <committer>
    <name>Michael Hartl</name>
    <email>michael@michaelhartl.com</email>
  </committer>
</commit>
