We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404d417 commit 297af3eCopy full SHA for 297af3e
quick_tour/the_big_picture.rst
@@ -76,13 +76,13 @@ have a ``Symfony/`` directory that looks like this:
76
77
.. code-block:: bash
78
79
- $ composer.phar create-project symfony/framework-standard-edition path/to/install 2.3.*
+ $ composer.phar create-project symfony/framework-standard-edition path/to/install 2.3.0
80
81
# remove the Git history
82
$ rm -rf .git
83
84
- For an exact version, replace "2.3.0" with the latest Symfony version.
85
- For details, see the `Symfony Installation Page`_
+ For an exact version, replace "2.3.0" with the latest Symfony version
+ (e.g. 2.3.1). For details, see the `Symfony Installation Page`_
86
87
.. tip::
88
0 commit comments