diff options
-rw-r--r-- | INSTALL.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 9a95bc5b4..1b7d529cf 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -42,8 +42,8 @@ INSTALLATION The files 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/project/drupal-x.x.x.tgz - tar -zxvf drupal-x.x.x.tgz + wget http://drupal.org/files/project/drupal-x.x.x.tar.gz + tar -zxvf drupal-x.x.x.tar.gz This will create a new directory drupal-x.x.x/ containing all Drupal files and directories. Move the contents of that directory |