File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Distribution:
57
57
58
58
.. code-block :: bash
59
59
60
- $ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony dev-master
60
+ $ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.5. *
61
61
62
62
.. tip ::
63
63
@@ -104,10 +104,10 @@ one of the following commands (replacing ``###`` with your actual filename):
104
104
.. code-block :: bash
105
105
106
106
# for .tgz file
107
- $ tar zxvf Symfony_Standard_Vendors_2.4 .# ##.tgz
107
+ $ tar zxvf Symfony_Standard_Vendors_2.5 .# ##.tgz
108
108
109
109
# for a .zip file
110
- $ unzip Symfony_Standard_Vendors_2.4 .# ##.zip
110
+ $ unzip Symfony_Standard_Vendors_2.5 .# ##.zip
111
111
112
112
If you've downloaded "without vendors", you'll definitely need to read the
113
113
next section.
You can’t perform that action at this time.
0 commit comments