Skip to content

Commit

Permalink
Fixed some bash comments
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Mar 25, 2015
1 parent a4451ce commit 11ac563
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,16 @@ optional second argument of the ``new`` command:

.. code-block:: bash
// use the most recent version in any Symfony branch
# use the most recent version in any Symfony branch
$ symfony new my_project_name 2.3
$ symfony new my_project_name 2.5
$ symfony new my_project_name 2.6
// use a specific Symfony version
# use a specific Symfony version
$ symfony new my_project_name 2.3.26
$ symfony new my_project_name 2.6.5
// use the most recent LTS (Long Term Support) version
# use the most recent LTS (Long Term Support) version
$ symfony new my_project_name lts
Read the :doc:`Symfony Release process </contributing/community/releases>`
Expand Down

0 comments on commit 11ac563

Please sign in to comment.