Explorar el Código

Updated README for existing installs

Mark Shust hace 6 años
padre
commit
c63a6b9630
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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
 ```