Skip to content

Commit 3148329

Browse files
committed
MC-33843: Removal of Web Setup Wizard in 2.4.0
1 parent a32a0da commit 3148329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpserver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Without a router script, that is not possible via the php built-in server.
1414

1515
### How to install Magento
1616

17-
Magento's web-based Setup Wizard runs from the `setup` subdirectory, which PHP's built-in web server cannot route. Therefore, you must install Magento using the <a href="https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli.html" target="_blank">command line</a>. An example follows:
17+
Please read how to install Magento using the <a href="https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli.html" target="_blank">command line</a>. An example follows:
1818

1919
```
2020
php bin/magento setup:install --base-url=http://127.0.0.1:8082

0 commit comments

Comments
 (0)