Index: INSTALL.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/image/INSTALL.txt,v
retrieving revision 1.11
diff -u -p -u -r1.11 INSTALL.txt
--- INSTALL.txt	18 Jul 2007 17:04:02 -0000	1.11
+++ INSTALL.txt	27 Aug 2007 14:49:08 -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
 
@@ -12,12 +13,37 @@ Image module installation instructions
 
 Image Gallery module installation instructions
 
-1.) After installing the Image module, enable the Image Gallery module at:
+1.) Enable the Image Gallery module at:
     Administer > Site building > Modules
 
 2.) Create albums at: Administer > Content management > Image galleries
 
 
+Image Attach module installation instructions
+
+1.) 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.) 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,8 @@ ImageMagick toolkit installation instruc
 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

