added gettext support.
[squirrelmail.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 72f3eae7a2a110c10baf1d0f269449e6f9bc9847..20ce4b81eb511347a525b41d1aad9dfaab9b579d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -8,10 +8,14 @@ overview of how to install SquirrelMail.
 
 3.  Edit the config file, config/config.php
 
-4.  Change permissions of the "data/" directory so that the web server
-    can write to it.  Here is an example from Red Hat 6.0:
-       cd <SQUIRREMAIL DIRECTORY>
-       chown nobody data
+4.  Change the permissons for the "data/" directory so it's writable to
+    the web server.  Under Red Hat Linux 6.0, this is done by:
+
+    chown -R nobody data
+    chgrp -R nobody data
+
+    "nobody" is the user and group for the apache server for this
+    example.
 
 5.  Point your browser to the location you specified in step 2.
     In this example, it's:  http://YOURHOST/squirrelmail-0.1/index.html