summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-03-08 12:32:22 +0000
committerDries Buytaert <dries@buytaert.net>2003-03-08 12:32:22 +0000
commitb0859dcbd4f3b9b73ca8e43b73a248f17d81a80c (patch)
tree7e8af8a5f012ea9f916b6eb26a981fb8a139865f
parent2cd22cfe9722a3eac6442e2367fb4d65e193d977 (diff)
downloadbrdo-b0859dcbd4f3b9b73ca8e43b73a248f17d81a80c.tar.gz
brdo-b0859dcbd4f3b9b73ca8e43b73a248f17d81a80c.tar.bz2
- Fixed a few typos.
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 5a3a3ad81..2ce43d209 100644
--- a/INSTALL
+++ b/INSTALL
@@ -54,7 +54,7 @@ INSTALLATION
into a directory within your webserver's document root or your
public HTML directory:
- $ mv drupal-4.1.0 /var/www/html
+ $ mv drupal-x.x.x /var/www/html
NOTE: when copying files, ensure you also copy the hidden .htaccess
file.
@@ -100,7 +100,7 @@ INSTALLATION
4. CONNECTING DRUPAL
- Drupal server options are specified in includes/conf.php
+ Drupal server options are specified in includes/conf.php.
Drupal allows for multiple virtual host installations; to configure
a virtual server host, you can create the configuration file
@@ -152,7 +152,7 @@ a few active modules, one theme, and no user access rights.
Standard services can be selected and configured through the
administration panel; additional community-contributed modules and
-themes are available from drupal.org
+themes are available from drupal.org.
CUSTOMIZING YOUR THEME(S)
-------------------------