diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-04-16 12:05:06 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-04-16 12:05:06 +0000 |
commit | 2a48cf38e5860808ee6cc0f7253b2a60cf9bb3aa (patch) | |
tree | 92d805e7caffad88f08f0c20666cc81a372b318a | |
parent | 3bbf1d39e2036e25e0629903f3b39886161e9ecc (diff) | |
download | brdo-2a48cf38e5860808ee6cc0f7253b2a60cf9bb3aa.tar.gz brdo-2a48cf38e5860808ee6cc0f7253b2a60cf9bb3aa.tar.bz2 |
- Patch #20580 (modified) by grohk: 'tgz' -> 'tar.gz'.
-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 |