diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html
index 4bde6c01ea..92d4affb0e 100644
--- a/phpBB/docs/INSTALL.html
+++ b/phpBB/docs/INSTALL.html
@@ -303,7 +303,7 @@
- Go to the downloads page and download the latest update package listed there, matching your current version.
- - Upload the uncompressed archive contents to your phpBB installation - only the install folder is required. Upload the whole install folder, retaining the file structure.
+ - Upload the uncompressed archive contents to your phpBB installation - only the
install/
and vendor/
folders are required. Upload these folders in their entirety, retaining the file structure.
- After the install folder is present, phpBB will go offline automatically.
- Point your browser to the install directory, for example
http://www.example.com/phpBB3/install/
- Choose the "Update" Tab and follow the instructions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index a2b27f0a60..107de9c64f 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -547,7 +547,7 @@ $lang = array_merge($lang, array(
- Go to the phpBB.com downloads page and download the "Automatic Update Package" archive.
- Unpack the archive.
- - Upload the complete uncompressed install folder to your phpBB root directory (where your config.php file is).
+ - Upload the complete uncompressed "install" and "vendor" folders to your phpBB root directory (where your config.php file is).
Once uploaded your board will be offline for normal users due to the install directory you uploaded now present.