Skip to content

Commit 5249235

Browse files
committed
minor #17083 6.2 setup documentation (StaffNowa)
This PR was merged into the 6.2 branch. Discussion ---------- 6.2 setup documentation Wrong setup documentation version Commits ------- dd01286 setup documentation fix
2 parents 39d55d9 + dd01286 commit 5249235

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
@@ -49,10 +49,10 @@ application:
4949
.. code-block:: terminal
5050
5151
# run this if you are building a traditional web application
52-
$ symfony new my_project_directory --version="6.1.*" --webapp
52+
$ symfony new my_project_directory --version="6.2.*@dev" --webapp
5353
5454
# run this if you are building a microservice, console application or API
55-
$ symfony new my_project_directory --version="6.1.*"
55+
$ symfony new my_project_directory --version="6.2.*@dev"
5656
5757
The only difference between these two commands is the number of packages
5858
installed by default. The ``--webapp`` option installs all the packages that you

0 commit comments

Comments
 (0)