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

Commit f39971e

Browse files
author
Oleksandr Baranovskyi
committed
Update general CLI installation guide
1 parent 28cb71a commit f39971e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/extensions/install/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,16 @@ Prior to installation, you may want to:
3737
```
3838

3939
To install an extension, you must:
40-
4140
1. Get an extension from the Commerce Marketplace or another extension developer.
41+
1. if you install an extension from the Commerce Marketplace make sure the repo.magento.com repository exists in your composer.json:
42+
```bash
43+
"repositories": [
44+
{
45+
"type": "composer",
46+
"url": "https://repo.magento.com/"
47+
}
48+
]
49+
```
4250
1. Get the extension's Composer name and version.
4351
1. Update the `composer.json` file in your Magento project with the name and version of the extension.
4452
1. Verify that the extension installed properly.

0 commit comments

Comments
 (0)