Browse Source

Fixed core development cli command

Mark Shust 4 years ago
parent
commit
761ffb6c48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -176,7 +176,7 @@ bin/download 2.4.2
 # docker-compose -f docker-compose.yml up -d
 # docker-compose -f docker-compose.yml up -d
 # bin/setup-composer-auth
 # bin/setup-composer-auth
 # bin/cli git clone git@github.com:magento/magento2.git .
 # bin/cli git clone git@github.com:magento/magento2.git .
-# git checkout 2.4-develop
+# bin/cli git checkout 2.4-develop
 
 
 # Create a DNS host entry for the site:
 # Create a DNS host entry for the site:
 echo "127.0.0.1 ::1 magento.test" | sudo tee -a /etc/hosts
 echo "127.0.0.1 ::1 magento.test" | sudo tee -a /etc/hosts