Skip to content

Commit

Permalink
Replaced all "symfony.phar" occurrences by "symfony" for Windows users
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Apr 29, 2015
1 parent b8c684f commit 5ddbd4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion best_practices/creating-the-project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ to create files and execute the following commands:
# Windows
c:\> cd projects/
c:\projects\> php symfony.phar new blog
c:\projects\> php symfony new blog
This command creates a new directory called ``blog`` that contains a fresh new
project based on the most recent stable Symfony version available. In addition,
Expand Down
2 changes: 1 addition & 1 deletion book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pass ``lts`` as the second argument of the ``new`` command:
$ symfony new my_project_name lts
# Windows
c:\projects\> php symfony.phar new my_project_name lts
c:\projects\> php symfony 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
Expand Down

0 comments on commit 5ddbd4c

Please sign in to comment.