Skip to content

Commit 57ce7bc

Browse files
authored
Update README.md
1 parent 9df21e4 commit 57ce7bc

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,13 @@ A development docker for every magento2 project
3737
- Read https://devdocs.magento.com/guides/v2.4/install-gde/composer.html
3838
- `docker-compose exec cli bash` and make sure you are at `/var/www/project` dir
3939
- Setup new magento2 project using composer
40-
- `composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition .`
41-
- or `composer create-project --repository-url=https://repo.magento.com/ magento/project-enterprise-edition .`
42-
- or `composer create-project --repository-url=https://repo.magento.com/ magento/project-enterprise-edition={version} .`
40+
41+
`composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition .`
42+
43+
or `composer create-project --repository-url=https://repo.magento.com/ magento/project-enterprise-edition .`
44+
45+
or `composer create-project --repository-url=https://repo.magento.com/ magento/project-enterprise-edition={version} .`
46+
4347
- Run bash alis `mpp` for `/root/manage-project-permission.sh`
4448
- Run `bin/magento` and should return list of commands
4549
- Magento2.4.x project install command https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli.html
@@ -160,4 +164,4 @@ With vscode's remote container extension, we can simply connect into cli contain
160164
- https://github.com/sj26/mailcatcher
161165

162166
* ReadyMadeHost docker hub
163-
- https://hub.docker.com/orgs/readymadehost
167+
- https://hub.docker.com/orgs/readymadehost

0 commit comments

Comments
 (0)