Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit dde530f

Browse files
committed
bug #169 Updated Windows install command so it is compatible with PowerShell (futurevision)
This PR was merged into the 1.0-dev branch. Discussion ---------- Updated Windows install command so it is compatible with PowerShell This should fix the garbage output in PowerShell on Windows. Commits ------- 557eaba - Updated Windows install command so it is compatible with PowerShell
2 parents 7d1ae65 + 557eaba commit dde530f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ sudo chmod a+x /usr/local/bin/symfony
1919
### Windows
2020

2121
```bash
22-
c:\> php -r "readfile('http://symfony.com/installer');" > symfony
22+
c:\> php -r "file_put_contents('symfony', file_get_contents('http://symfony.com/installer'));"
2323
```
2424

2525
Move the downloaded `symfony` file to your projects directory and execute

0 commit comments

Comments
 (0)