Skip to content

Commit a93d800

Browse files
committed
Tweak docs update
1 parent 24562fb commit a93d800

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

environments/magento2.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,14 @@ The below example demonstrates the from-scratch setup of the Magento 2 applicati
7474
7575
6. Configure global Magento Marketplace credentials
7676
77-
composer global config http-basic.repo.magento.com [Public Key] [Private Key]
77+
composer global config http-basic.repo.magento.com <username> <password>
7878
7979
```note::
8080
To locate your authentication keys for Magento 2 repository, `reference DevDocs <https://devdocs.magento.com/guides/v2.3/install-gde/prereq/connect-auth.html>`_.
8181
8282
If you have previously configured global credentials, you may skip this step, as ``~/.composer/`` is mounted into the container from the host machine in order to share composer cache between projects, and also shares the global ``auth.json`` from the host machine.
83+
84+
Use the **Public key** as your username and the **Private key** as your password.
8385
```
8486
8587
7. Initialize project source files using composer create-project and then move them into place:

0 commit comments

Comments
 (0)