From dd0128601754cc9e2074ad46daaa49ccba32e370 Mon Sep 17 00:00:00 2001 From: Vasilij Dusko Date: Sun, 31 Jul 2022 13:38:28 +0300 Subject: [PATCH] setup documentation fix --- setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.rst b/setup.rst index 5d39dafd635..db2c1fe10b0 100644 --- a/setup.rst +++ b/setup.rst @@ -49,10 +49,10 @@ application: .. code-block:: terminal # run this if you are building a traditional web application - $ symfony new my_project_directory --version="6.1.*" --webapp + $ symfony new my_project_directory --version="6.2.*@dev" --webapp # run this if you are building a microservice, console application or API - $ symfony new my_project_directory --version="6.1.*" + $ symfony new my_project_directory --version="6.2.*@dev" The only difference between these two commands is the number of packages installed by default. The ``--webapp`` option installs all the packages that you