Skip to content

Commit b7f9b71

Browse files
committed
minor #16075 Update setup.rst for V5.4 (BahmanMD)
This PR was merged into the 5.4 branch. Discussion ---------- Update setup.rst for V5.4 Creating the correct command and fixing the installation problem of version 5.4 Commits ------- d92e0f8 Update setup.rst for V5.4
2 parents f32ee43 + d92e0f8 commit b7f9b71

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)