<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,12 +8,26 @@ building a gem. And that's when you should use Gemify!
 == How
 Gemify gives you one single executable you should run: gemify. It does
 one thing and, hopefully, it does it well. All you need to do is to run that
-command in your project-folder. All your files in the lib-folder will be
-requirable and all your files in the bin-folder will be executable.
+command in your project-folder.
 
-When you run gemify it will asks you some questions, and give you the option
-to save your settings (in the file .gemified). So you should never need to
-re-enter anything.
+Then it will automatically detect which VCS you're using and include the files
+which are under version control. If you're not using a VCS it will just
+include the files in the bin- and lib-folders
+
+If you need more control over the included files, you should create a file
+named MANIFEST (or Manifest.txt or .manifest) with the filenames separated by
+newline. (You can also generate one by running &lt;tt&gt;gemify-manifest&lt;/tt&gt;)
+
+You are free to structure your programs the way to want, but remember: Only
+the files in the lib-folder will be requirable and only the files in the
+bin-folder will be executable.
+
+You will also have the option to save your settings (to .gemified) so you
+should never need to re-enter anything.
+
+== As a library
+If you want to use Gemify as a library, please look at Gemify::CLI and
+Gemify::Base.
 
 == Install
 sudo gem install gemify
@@ -21,4 +35,9 @@ sudo gem install gemify
 == Contribute
 The source is availble at Gitorious[http://gitorious.org/projects/gemify] and
 if you want to improve it, simply fork it and implement your awesome ideas
-there. You can also send your patches by email to judofyr@gmail.com.
\ No newline at end of file
+there. You can also send your patches by email to judofyr@gmail.com.
+
+== Contributors
+* David A. Cuadrado
+* Ben Wyrosdick
+* Chris Wanstrath
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dc1068c0f587afddc57b7d3b3f57470fe5ff505e</id>
    </parent>
  </parents>
  <author>
    <name>Magnus Holm</name>
    <email>judofyr@gmail.com</email>
  </author>
  <url>http://github.com/judofyr/gemify/commit/ff0751e6fa713038b517e05d064c7b0947fada8f</url>
  <id>ff0751e6fa713038b517e05d064c7b0947fada8f</id>
  <committed-date>2008-04-14T13:16:20-07:00</committed-date>
  <authored-date>2008-04-14T13:16:20-07:00</authored-date>
  <message>Rewrite README a bit</message>
  <tree>222af73651002fc3bfe61ebec9b61d92289176da</tree>
  <committer>
    <name>Magnus Holm</name>
    <email>judofyr@gmail.com</email>
  </committer>
</commit>
