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

Commit 301ebce

Browse files
committed
minor #123 Update README.md (JulienItard)
This PR was merged into the 1.0-dev branch. Discussion ---------- Update README.md I forget a sudo to have exactly same step #122. My bad. Commits ------- 5c2300a Update README.md
2 parents bb8fecc + 5c2300a commit 301ebce

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
@@ -13,7 +13,7 @@ This step is only needed the first time you use the installer:
1313

1414
```bash
1515
$ sudo curl -LsS http://symfony.com/installer -o /usr/local/bin/symfony
16-
$ chmod a+x /usr/local/bin/symfony
16+
$ sudo chmod a+x /usr/local/bin/symfony
1717
```
1818

1919
### Windows

0 commit comments

Comments
 (0)