From 85c1289ea7a83b64c02ccda19aa4ddc1fbf19ca9 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Mon, 8 Jan 2007 11:59:16 +0000
Subject: [PATCH] - Patch #106550 by webchick: new version schema.

---
 INSTALL.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/INSTALL.txt b/INSTALL.txt
index ad6be56a1adc..13485014634f 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
 
-- 
GitLab