- Patch #1029346 by David_Rothstein: Changed INSTALL.txt and UPGRADE.txt should mention that you can download Drupal as a .zip file also.

merge-requests/26/head
Dries Buytaert 2011-02-04 19:56:27 +00:00
parent 371b1d0ff1
commit 6a69b824b6
2 changed files with 3 additions and 2 deletions

View File

@ -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):

View File

@ -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.