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

Commit bb8fecc

Browse files
committed
minor #122 Update README.md (JulienItard)
This PR was merged into the 1.0-dev branch. Discussion ---------- Update README.md Update Linux installation step Commits ------- f32349c Update README.md
2 parents 1b1c0ea + f32349c commit bb8fecc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ This step is only needed the first time you use the installer:
1212
### Linux and Mac OS X
1313

1414
```bash
15-
$ curl -LsS http://symfony.com/installer > symfony.phar
16-
$ sudo mv symfony.phar /usr/local/bin/symfony
15+
$ sudo curl -LsS http://symfony.com/installer -o /usr/local/bin/symfony
1716
$ chmod a+x /usr/local/bin/symfony
1817
```
1918

0 commit comments

Comments
 (0)