summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index ad6be56a1..134850146 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