Skip to content

Commit cf6cb35

Browse files
committed
Remind people to use sudo, refs composer#1807
1 parent 8f619c1 commit cf6cb35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/00-intro.md

+3
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ You can run these commands to easily access `composer` from anywhere on your sys
8686
$ curl -sS https://getcomposer.org/installer | php
8787
$ mv composer.phar /usr/local/bin/composer
8888

89+
> **Note:** If the above fails due to permissions, run the `mv` line
90+
> again with sudo.
91+
8992
Then, just run `composer` in order to run Composer instead of `php composer.phar`.
9093

9194
## Installation - Windows

0 commit comments

Comments
 (0)