瀏覽代碼

Updated README adding composer install to existing projects

Mark Shust 2 年之前
父節點
當前提交
09284675d6
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -197,6 +197,9 @@ curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/te
 cp -R ~/Sites/existing src
 # or: git clone git@github.com:myrepo.git src
 
+# If your vendor directory was empty, populate it with:
+bin/composer install
+
 # Start some containers, copy files to them and then restart the containers:
 bin/start --no-dev
 bin/copytocontainer --all ## Initial copy will take a few minutes...