1
0
Fork 0

Clarify docs of create-project, refs #1300

pull/1303/head
Jordi Boggiano 2012-11-08 15:44:41 +01:00
parent 62c1756fc4
commit a8561fafda
1 changed files with 4 additions and 1 deletions

View File

@ -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.