Skip to content

Commit 353c7c6

Browse files
committed
minor #16076 Update setup.rst for V6.0 (BahmanMD)
This PR was merged into the 6.0 branch. Discussion ---------- Update setup.rst for V6.0 Creating the correct command and fixing the installation problem of version 6.0 Commits ------- 3976f35 Update setup.rst for V6.0
2 parents 5493056 + 3976f35 commit 353c7c6

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)