瀏覽代碼

Clarify docs of create-project, refs #1300

Jordi Boggiano 12 年之前
父節點
當前提交
a8561fafda
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      doc/03-cli.md

+ 4 - 1
doc/03-cli.md

@@ -185,7 +185,10 @@ you have to run the command with `root` privileges
 
 
 ## create-project
 ## create-project
 
 
-You can use Composer to create new projects from an existing package.
+You can use Composer to create new projects from an existing package. This is
+the equivalent of doing a git clone/svn checkout followed by a composer install
+of the vendors.
+
 There are several applications for this:
 There are several applications for this:
 
 
 1. You can deploy application packages.
 1. You can deploy application packages.