Browse Source

Added composer install to readme of existing projects

Mark Shust 6 years ago
parent
commit
61daa21c6d
1 changed files with 2 additions and 0 deletions
  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/start
 
 
+bin/composer install
+
 open http://mymagento.test
 open http://mymagento.test
 ```
 ```