Explorar o código

Updated README for existing installs

Mark Shust %!s(int64=6) %!d(string=hai) anos
pai
achega
c63a6b9630
Modificáronse 1 ficheiros con 3 adicións e 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
 ```