summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-01-08 11:59:16 +0000
committerDries Buytaert <dries@buytaert.net>2007-01-08 11:59:16 +0000
commit85c1289ea7a83b64c02ccda19aa4ddc1fbf19ca9 (patch)
treec231749db01f43e7efdfe3602aa8ad0fb1c087ae
parentaa322390d1b72d8fc48017cfc96095cc3701cd88 (diff)
downloadbrdo-85c1289ea7a83b64c02ccda19aa4ddc1fbf19ca9.tar.gz
brdo-85c1289ea7a83b64c02ccda19aa4ddc1fbf19ca9.tar.bz2
- Patch #106550 by webchick: new version schema.
-rw-r--r--INSTALL.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index ad6be56a1..134850146 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -55,14 +55,14 @@ INSTALLATION
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/projects/drupal-x.x.x.tar.gz
- tar -zxvf drupal-x.x.x.tar.gz
+ wget http://drupal.org/files/projects/drupal-x.x.tar.gz
+ tar -zxvf drupal-x.x.tar.gz
- This will create a new directory drupal-x.x.x/ containing all Drupal files
+ This will create a new directory drupal-x.x/ containing all Drupal files
and directories. Move the contents of that directory into a directory within
your web server's document root or your public HTML directory:
- mv drupal-x.x.x/* drupal-x.x.x/.htaccess /var/www/html
+ mv drupal-x.x/* drupal-x.x/.htaccess /var/www/html
2. CREATE THE DRUPAL DATABASE