diff --git a/INSTALL.txt b/INSTALL.txt index ad6be56a1adcfdb7d2ff358978a1e9d9c42763bc..13485014634f89d48310409d82c9cbb4bdf9de9b 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -55,14 +55,14 @@ INSTALLATION are in .tar.gz format and can be extracted using most compression tools. On a typical Unix command line, use: - wget http://drupal.org/files/projects/drupal-x.x.x.tar.gz - tar -zxvf drupal-x.x.x.tar.gz + wget http://drupal.org/files/projects/drupal-x.x.tar.gz + tar -zxvf drupal-x.x.tar.gz - This will create a new directory drupal-x.x.x/ containing all Drupal files + This will create a new directory drupal-x.x/ containing all Drupal files and directories. Move the contents of that directory into a directory within your web server's document root or your public HTML directory: - mv drupal-x.x.x/* drupal-x.x.x/.htaccess /var/www/html + mv drupal-x.x/* drupal-x.x/.htaccess /var/www/html 2. CREATE THE DRUPAL DATABASE