Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit fb2c541

Browse files
authored
Merge pull request #8061 from mage2pratik/patch-52
Update install-cli-install.md
2 parents 8f67ba9 + 11d91af commit fb2c541

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/guides/v2.4/install-gde/install/cli/install-cli-install.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,7 @@ The following example installs Magento with the following options:
261261

262262
```bash
263263
magento setup:install --base-url=http://127.0.0.1/magento2/ \
264-
--db-host=localhost --db-name=magento \
265-
--db-user=magento --db-password=magento \
264+
--db-host=localhost --db-name=magento --db-user=magento --db-password=magento \
266265
--admin-firstname=Magento --admin-lastname=User [email protected] \
267266
--admin-user=admin --admin-password=admin123 --language=en_US \
268267
--currency=USD --timezone=America/Chicago --cleanup-database \

0 commit comments

Comments
 (0)