Browse Source

Added composer install to readme of existing projects

Mark Shust 6 năm trước cách đây
mục cha
commit
61daa21c6d
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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
 ```