Skip to content

Commit 5ddbd4c

Browse files
committed
Replaced all "symfony.phar" occurrences by "symfony" for Windows users
1 parent b8c684f commit 5ddbd4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

best_practices/creating-the-project.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ to create files and execute the following commands:
3333
3434
# Windows
3535
c:\> cd projects/
36-
c:\projects\> php symfony.phar new blog
36+
c:\projects\> php symfony new blog
3737
3838
This command creates a new directory called ``blog`` that contains a fresh new
3939
project based on the most recent stable Symfony version available. In addition,

book/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ pass ``lts`` as the second argument of the ``new`` command:
110110
$ symfony new my_project_name lts
111111
112112
# Windows
113-
c:\projects\> php symfony.phar new my_project_name lts
113+
c:\projects\> php symfony new my_project_name lts
114114
115115
Read the :doc:`Symfony Release process </contributing/community/releases>`
116116
to better understand why there are several Symfony versions and which one

0 commit comments

Comments
 (0)