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

Commit 557eaba

Browse files
committed
- Updated Windows install command so it is compatible with PowerShell
1 parent fe484b4 commit 557eaba

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)