diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 6d291490a2..9f1c01e7ea 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -269,7 +269,7 @@
You should now run install/database_update.php
which, depending on your previous version, will make a number of database changes. You may receive FAILURES during this procedure. They should not be a cause for concern unless you see an actual ERROR, in which case the script will stop (in this case you should seek help via our forums or bug tracker).
Once install/database_update.php has completed, you may proceed to the Administration Control Panel and then remove the install directory as advised.
+Once install/database_update.php
has completed, you may proceed to the Administration Control Panel and then remove the install directory as advised.
The directory structure has been preserved, enabling you (if you wish) to simply upload the uncompressed contents of the archive to the appropriate location on your server, i.e. simply overwrite the existing files with the new versions. Do not forget that if you have installed any modifications (MODs) these files will overwrite the originals, possibly destroying them in the process. You will need to re-add MODs to any affected file before uploading.
-As for the other update procedures, you should run install/database_update.php after you have finished updating the files. This will update your database schema and increment the version number.
+As for the other update procedures, you should run install/database_update.php
after you have finished updating the files. This will update your database schema and increment the version number.