Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 11ac563

Browse filesBrowse files
committed
Fixed some bash comments
1 parent a4451ce commit 11ac563
Copy full SHA for 11ac563

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎book/installation.rst

Copy file name to clipboardExpand all lines: book/installation.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,16 @@ optional second argument of the ``new`` command:
8989

9090
.. code-block:: bash
9191
92-
// use the most recent version in any Symfony branch
92+
# use the most recent version in any Symfony branch
9393
$ symfony new my_project_name 2.3
9494
$ symfony new my_project_name 2.5
9595
$ symfony new my_project_name 2.6
9696
97-
// use a specific Symfony version
97+
# use a specific Symfony version
9898
$ symfony new my_project_name 2.3.26
9999
$ symfony new my_project_name 2.6.5
100100
101-
// use the most recent LTS (Long Term Support) version
101+
# use the most recent LTS (Long Term Support) version
102102
$ symfony new my_project_name lts
103103
104104
Read the :doc:`Symfony Release process </contributing/community/releases>`

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.