Skip to content

Commit 3976f35

Browse files
BahmanMDjaviereguiluz
authored andcommitted
Update setup.rst for V6.0
Creating the correct command and fixing the installation problem of version 6.0
1 parent 5493056 commit 3976f35

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="5.4.x@dev" --full
57+
$ symfony new my_project_name --version="6.0.x@dev" --full
5858
5959
# run this if you are building a microservice, console application or API
60-
$ symfony new my_project_name --version="5.4.x@dev"
60+
$ symfony new my_project_name --version="6.0.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)