Skip to content

Commit

Permalink
Merge pull request #48 from mage-os/DavidLambauer-patch-3
Browse files Browse the repository at this point in the history
Fixed Repo Url in composer create project command
  • Loading branch information
DavidLambauer authored Sep 7, 2023
2 parents 1f4307e + 20ea0fc commit c1757d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To download Magento 2 using Composer, open your command line interface and navig
the following command:

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

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

0 comments on commit c1757d5

Please sign in to comment.