diff --git a/setup.rst b/setup.rst index 685a89afdb1..69dc5e3f35f 100644 --- a/setup.rst +++ b/setup.rst @@ -50,13 +50,13 @@ application: .. code-block:: terminal # run this if you are building a traditional web application - $ symfony new my_project_directory --version=4.4 --full + $ symfony new my_project_directory --version=4.4 --webapp # run this if you are building a microservice, console application or API $ symfony new my_project_directory --version=4.4 The only difference between these two commands is the number of packages -installed by default. The ``--full`` option installs all the packages that you +installed by default. The ``--webapp`` option installs all the packages that you usually need to build web applications, so the installation size will be bigger. If you're not using the Symfony binary, run these commands to create the new