Skip to content

Commit 511658b

Browse files
committed
minor #9869 Use version number in installer command (weaverryan)
This PR was merged into the 3.4 branch. Discussion ---------- Use version number in installer command Force the installer to use 3.4 - otherwise the command doesn't work. Commits ------- 2a4b0b4 Use version name in installer command
2 parents 940ad6c + 2a4b0b4 commit 511658b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ with the ``new`` command:
5959

6060
.. code-block:: terminal
6161
62-
$ symfony new my_project_name
62+
$ symfony new my_project_name 3.4
6363
6464
This command creates a new directory called ``my_project_name/`` that contains
6565
an empty project based on the most recent stable Symfony version available. In

0 commit comments

Comments
 (0)