- Patch #1029346 by David_Rothstein: Changed INSTALL.txt and UPGRADE.txt should mention that you can download Drupal as a .zip file also.
parent
371b1d0ff1
commit
6a69b824b6
|
@ -67,7 +67,8 @@ INSTALLATION
|
||||||
1. Download and extract Drupal.
|
1. Download and extract Drupal.
|
||||||
|
|
||||||
You can obtain the latest Drupal release from http://drupal.org -- the files
|
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
|
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):
|
the following commands (assuming you want version x.y of Drupal):
|
||||||
|
|
|
@ -13,7 +13,7 @@ First steps and definitions:
|
||||||
|
|
||||||
* If you are upgrading to Drupal version x.y, then x is known as the major
|
* 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
|
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
|
* All directories mentioned in this document are relative to the directory of
|
||||||
your Drupal installation.
|
your Drupal installation.
|
||||||
|
|
Loading…
Reference in New Issue