Skip to content

Commit

Permalink
Minor improvement for symfony-installer with LTS
Browse files Browse the repository at this point in the history
based on the symfony-installer PR symfony/symfony-installer#105
  • Loading branch information
94noni authored and weaverryan committed Mar 14, 2015
1 parent 42c9f53 commit 8e41e73
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,17 @@ number as the second argument of the ``new`` command:
# Windows
c:\projects\> php symfony.phar new my_project_name 2.3.23
If you want your project to be based on the last Symfony LTS version, pass
``lts`` as the second argument of the ``new`` command:

.. code-block:: bash
# Linux, Mac OS X
$ symfony new my_project_name lts
# Windows
c:\projects\> php symfony.phar new my_project_name lts
Read the :doc:`Symfony Release process </contributing/community/releases>`
to better understand why there are several Symfony versions and which one
to use for your projects.
Expand Down

0 comments on commit 8e41e73

Please sign in to comment.