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

Commit 5c2300a

Browse files
committed
Update README.md
I forget a sudo to have exactly same step #122. My bad.
1 parent bb8fecc commit 5c2300a

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)