Index: INSTALL.txt =================================================================== RCS file: /cvs/drupal/drupal/INSTALL.txt,v retrieving revision 1.16 diff -u -r1.16 INSTALL.txt --- INSTALL.txt 15 Mar 2005 21:07:49 -0000 1.16 +++ INSTALL.txt 28 Mar 2005 12:20:54 -0000 @@ -177,7 +177,7 @@ themes/custom_theme modules/custom_module - NOTE: for more information about multiple virtual hosts or the + NOTE: For more information about multiple virtual hosts or the configuration settings, consult the Drupal handbook at drupal.org. 5. CONFIGURE DRUPAL @@ -186,7 +186,7 @@ installation directory. This subdirectory stores files such as custom logos, user avatars, and other media associated with your new site. The sub-directory requires "read and write" permission - by the Drupal server process. You can change the name of this + by the webserver process. You can change the name of this subdirectory at "Administer > Settings > File system settings". You can now launch your browser and point it to your Drupal site. @@ -206,7 +206,7 @@ this. The following example crontab line will activate the cron tasks automatically on the hour: - 0 * * * * wget -O - -q http://www.example.com/cron.php + 0 * * * * wget -O - -q http://www.example.com/cron.php More information about the cron scripts are available in the admin help pages and in the Drupal handbook at drupal.org. Example