Sfoglia il codice sorgente

Updated README for existing installs

Mark Shust 6 anni fa
parent
commit
c63a6b9630
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -114,8 +114,10 @@ echo "127.0.0.1 magento2.test" | sudo tee -a /etc/hosts
 bin/setup magento2.test
 
 # For existing installations:
-# bin/start
+# docker-compose up -d
+# bin/copytocontainer --all
 # bin/composer install
+# bin/restart
 
 open https://magento2.test
 ```