From a8561fafda03c31a179bbb31b742b5009c5804ee Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 8 Nov 2012 15:44:41 +0100 Subject: [PATCH] Clarify docs of create-project, refs #1300 --- doc/03-cli.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index 218eb42d3..fec4dbf52 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -185,7 +185,10 @@ you have to run the command with `root` privileges ## 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: 1. You can deploy application packages.