Explorar el Código

Added composer install to readme of existing projects

Mark Shust hace 7 años
padre
commit
61daa21c6d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -118,6 +118,8 @@ echo "127.0.0.1 mymagento.test" | sudo tee -a /etc/hosts
 
 bin/start
 
+bin/composer install
+
 open http://mymagento.test
 ```