Index: INSTALL.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/image/INSTALL.txt,v
retrieving revision 1.11
diff -u -r1.11 INSTALL.txt
--- INSTALL.txt	18 Jul 2007 17:04:02 -0000	1.11
+++ INSTALL.txt	27 Aug 2007 11:47:31 -0000
@@ -1,6 +1,7 @@
 Image module installation instructions
 
-1.) Copy this directory to your modules/ directory
+1.) Copy this directory to a suitable modules directory, such as 
+    sites/all/modules
 
 2.) Enable the module at: Administer > Site building > Modules
 
@@ -18,6 +19,31 @@
 2.) Create albums at: Administer > Content management > Image galleries
 
 
+Image Attach module installation instructions
+
+1.) After installing the Image module, enable the Image Attach module at:
+    Administer > Site building > Modules
+
+2.) Configure Image attach at: 
+    Administer > Site configuration > Image attach
+
+3.) For each content type that you want to be able to attach images to, go to:
+    Administer > Content management > Content types > Edit
+    and review the Image attach settings for that content type.
+
+
+Image Import module installation instructions
+
+1.) After installing the Image module, enable the Image Import module at:
+    Administer > Site building > Modules
+
+2.) Define the server directory that Image import will use at:
+    Administer > Site configuration > Image import
+
+3.) Decide what roles can use Image import at:
+    Administer > User management > Access control
+
+
 ImageMagick toolkit installation instructions
 
 1.) If ImageMagick is installed, copy image.imagemagic.inc to
@@ -26,3 +52,7 @@
 2.) Enable and configure the toolkit at:
     Administer > Site configuration > Image toolkit
 
+3.) Optionally enable the module ImageMagick Advanced Options at:
+    Administer > Site building > Modules
+    Once enabled, this module will add more conversion options at: 
+    Administer > Site configuration > Image toolkit
