Skip to content

Commit 7a026da

Browse files
authored
Add Symfony version to symfony new command
1 parent 320a5bb commit 7a026da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

best_practices/creating-the-project.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ to create files and execute the following commands:
2828
.. code-block:: terminal
2929
3030
$ cd projects/
31-
$ symfony new blog
31+
$ symfony new blog 3.4
3232
3333
# Windows
3434
c:\> cd projects/
35-
c:\projects\> php symfony new blog
35+
c:\projects\> php symfony new blog 3.4
3636
3737
.. note::
3838

0 commit comments

Comments
 (0)