We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4451ce commit 11ac563Copy full SHA for 11ac563
book/installation.rst
@@ -89,16 +89,16 @@ optional second argument of the ``new`` command:
89
90
.. code-block:: bash
91
92
- // use the most recent version in any Symfony branch
+ # use the most recent version in any Symfony branch
93
$ symfony new my_project_name 2.3
94
$ symfony new my_project_name 2.5
95
$ symfony new my_project_name 2.6
96
97
- // use a specific Symfony version
+ # use a specific Symfony version
98
$ symfony new my_project_name 2.3.26
99
$ symfony new my_project_name 2.6.5
100
101
- // use the most recent LTS (Long Term Support) version
+ # use the most recent LTS (Long Term Support) version
102
$ symfony new my_project_name lts
103
104
Read the :doc:`Symfony Release process </contributing/community/releases>`
0 commit comments