Skip to content

Commit c1757d5

Browse files
Merge pull request #48 from mage-os/DavidLambauer-patch-3
Fixed Repo Url in composer create project command
2 parents 1f4307e + 20ea0fc commit c1757d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To download Magento 2 using Composer, open your command line interface and navig
2626
the following command:
2727

2828
```bash
29-
composer create-project --repository-url=... .
29+
composer create-project --repository-url=https://mirror.mage-os.org/ magento/project-community-edition:2.4.6 .
3030
```
3131

3232
This command will download the latest version of Magento 2 and all its dependencies.

0 commit comments

Comments
 (0)