summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-02-04 19:56:27 +0000
committerDries Buytaert <dries@buytaert.net>2011-02-04 19:56:27 +0000
commit6a69b824b63210a6026403f476aaad0b4c0145cc (patch)
tree3bc3ea10a29e69307e4f50823c44975deeaeccaf
parent371b1d0ff1db32050128fb0ab38adead0758859c (diff)
downloadbrdo-6a69b824b63210a6026403f476aaad0b4c0145cc.tar.gz
brdo-6a69b824b63210a6026403f476aaad0b4c0145cc.tar.bz2
- Patch #1029346 by David_Rothstein: Changed INSTALL.txt and UPGRADE.txt should mention that you can download Drupal as a .zip file also.
-rw-r--r--INSTALL.txt3
-rw-r--r--UPGRADE.txt2
2 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 783b04d82..66dd83c3b 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -67,7 +67,8 @@ INSTALLATION
1. Download and extract Drupal.
You can obtain the latest Drupal release from http://drupal.org -- the files
- are in .tar.gz format and can be extracted using most compression tools.
+ are available in .tar.gz and .zip formats and can be extracted using most
+ compression tools.
To download and extract the files, on a typical Unix/Linux command line, use
the following commands (assuming you want version x.y of Drupal):
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 59a37bcd7..f4ae65655 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -13,7 +13,7 @@ First steps and definitions:
* If you are upgrading to Drupal version x.y, then x is known as the major
version number, and y is known as the minor version number. The download
- file will be named drupal-x.y.tar.gz.
+ file will be named drupal-x.y.tar.gz (or drupal-x.y.zip).
* All directories mentioned in this document are relative to the directory of
your Drupal installation.