Browse Source

Added instructions for developing on Magento core

Mark Shust 4 năm trước cách đây
mục cha
commit
ee429223d0
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -172,6 +172,12 @@ curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/te
 # Download the version of Magento you want to use with:
 bin/download 2.4.2
 
+# or for Magento core development:
+# docker-compose -f docker-compose.yml up -d
+# bin/setup-composer-auth
+# bin/cli git clone git@github.com:magento/magento2.git .
+# git checkout 2.4-develop
+
 # Create a DNS host entry for the site:
 echo "127.0.0.1 ::1 magento.test" | sudo tee -a /etc/hosts