Skip to content

Commit d92e0f8

Browse files
authored
Update setup.rst for V5.4
Creating the correct command and fixing the installation problem of version 5.4
1 parent f32ee43 commit d92e0f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ application:
5454
.. code-block:: terminal
5555
5656
# run this if you are building a traditional web application
57-
$ symfony new my_project_name --version=next --full
57+
$ symfony new my_project_name --version="5.4.x@dev" --full
5858
5959
# run this if you are building a microservice, console application or API
60-
$ symfony new my_project_name --version=next
60+
$ symfony new my_project_name --version="5.4.x@dev"
6161
6262
The only difference between these two commands is the number of packages
6363
installed by default. The ``--full`` option installs all the packages that you

0 commit comments

Comments
 (0)