Skip to content

Commit

Permalink
[#2688] Minor tweaks to version stuff in create-project
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jun 12, 2013
1 parent 404d417 commit 297af3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quick_tour/the_big_picture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ have a ``Symfony/`` directory that looks like this:

.. code-block:: bash
$ 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
# remove the Git history
$ rm -rf .git
For an exact version, replace "2.3.0" with the latest Symfony version.
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`_

.. tip::

Expand Down

0 comments on commit 297af3e

Please sign in to comment.