From 2a48cf38e5860808ee6cc0f7253b2a60cf9bb3aa Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 16 Apr 2005 12:05:06 +0000 Subject: - Patch #20580 (modified) by grohk: 'tgz' -> 'tar.gz'. --- INSTALL.txt | 4 ++-- 1 file 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 -- cgit v1.2.3