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

Commit 7303866

Browse files
Merge pull request magento-commerce/devdocs#2519 from baranovskyalexandr/Update-general-CLI-installation-guide
Update general cli installation guide
2 parents f062510 + dee75bf commit 7303866

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/extensions/install/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ Prior to installation, you may want to:
3939
To install an extension, you must:
4040

4141
1. Get an extension from the Commerce Marketplace or another extension developer.
42+
1. If you install an extension from the Commerce Marketplace, make sure that the `repo.magento.com` repository exists in your `composer.json` file:
43+
44+
```bash
45+
"repositories": [
46+
{
47+
"type": "composer",
48+
"url": "https://repo.magento.com/"
49+
}
50+
]
51+
```
52+
4253
1. Get the extension's Composer name and version.
4354
1. Update the `composer.json` file in your Magento project with the name and version of the extension.
4455
1. Verify that the extension installed properly.

0 commit comments

Comments
 (0)