Skip to content

Commit 67aea37

Browse files
intrepionweaverryan
authored andcommitted
Update book/installation.rst
Added a number to the composer.phar create-project instruction so that version 2.1 gets created
1 parent 80c8e65 commit 67aea37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Distribution:
6060

6161
.. code-block:: bash
6262
63-
php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony
63+
php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.1
6464
6565
This command may take several minutes to run as Composer download the Standard
6666
Distribution along with all of the vendor libraries that it needs. When it finishes,

0 commit comments

Comments
 (0)