Skip to content

Commit 02daba0

Browse files
committed
Mentioned the BETA and RC support for the Symfony Installer
1 parent 0ea3491 commit 02daba0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

book/installation.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,17 @@ optional second argument of the ``new`` command:
9898
$ symfony new my_project_name 2.3.26
9999
$ symfony new my_project_name 2.6.5
100100
101-
If you want your project to be based on the latest :ref:`Symfony LTS version <releases-lts>`,
102-
pass ``lts`` as the second argument of the ``new`` command:
101+
# use a beta or RC version (useful for testing new Symfony versions)
102+
$ symfony new my_project 2.7.0-BETA1
103+
$ symfony new my_project 2.7.0-RC1
104+
105+
The installer also supports a special version called ``lts`` which installs the
106+
most recent :ref:`Symfony LTS version <releases-lts>` available:
103107

104108
.. code-block:: bash
105109
106-
# Linux, Mac OS X
107110
$ symfony new my_project_name lts
108111
109-
# Windows
110-
c:\projects\> php symfony new my_project_name lts
111-
112112
Read the :doc:`Symfony Release process </contributing/community/releases>`
113113
to better understand why there are several Symfony versions and which one
114114
to use for your projects.

0 commit comments

Comments
 (0)