浏览代码

Added composer install to readme of existing projects

Mark Shust 6 年之前
父节点
当前提交
61daa21c6d
共有 1 个文件被更改,包括 2 次插入0 次删除
  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
 ```