diff --git a/setup.rst b/setup.rst index c1cd8ba62df..6b83f2f6730 100644 --- a/setup.rst +++ b/setup.rst @@ -23,21 +23,6 @@ This will create a new ``my-project`` directory, download some dependencies into it and even generate the basic directories and files you'll need to get started. In other words, your new app is ready! -.. tip:: - - You can also download a specific version of Symfony: - - .. code-block:: terminal - - # use the most recent version in any Symfony branch - $ composer create-project symfony/skeleton my-project "4.0.*" - - # use a beta or RC version (useful for testing new Symfony versions) - $ composer create-project symfony/skeleton my-project 4.0.0-BETA1 - - Some version are long-term support (LTS) versions. Read the :doc:`Symfony Release process ` - to learn more. - Running your Symfony Application --------------------------------