diff --git a/Documentation.html b/Documentation.html
index fa761173c..0f5e5b6b5 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -215,11 +215,11 @@
- Warning for Mac users: php seems not to like
- Mac end of lines character ("\r") and Stuffit unstuffs
- with Mac formats, of course.
+ Warning for Mac users:if you are on a MacOS
+ version before OS X, Stuffit unstuffs with Mac formats.
So you'll have to resave as in Bbedit to unix style ALL phpMyAdmin scripts
- before uploading them to your server.
+ before uploading them to your server, as PHP seems not to like Mac-style
+ end of lines character ("\r").
@@ -230,12 +230,14 @@
Quick Install:
- - Use a distribution kit with the files having the extension
- (.php3 or .php) depending on the way your web/PHP server
- interprets those extensions.
+ - Choose and download a distribution kit with the files having the
+ extension (.php3 or .php) depending on the way your
+ web/PHP server interprets those extensions.
- Untar or unzip the distribution (be sure to unzip the subdirectories):
tar xzvf phpMyAdmin_x.x.x.tar.gz in your webserver's
- document root.
+ document root. If you don't have direct access to your document root,
+ put the files in a directory on your local machine, and, after step 3,
+ transfer the directory on your web server using, for example, ftp.
- Open the file config.inc.php3 in your favourite editor and change
the values for host, user, password and authentication mode to fit
your environment.