We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f619c1 commit cf6cb35Copy full SHA for cf6cb35
doc/00-intro.md
@@ -86,6 +86,9 @@ You can run these commands to easily access `composer` from anywhere on your sys
86
$ curl -sS https://getcomposer.org/installer | php
87
$ mv composer.phar /usr/local/bin/composer
88
89
+> **Note:** If the above fails due to permissions, run the `mv` line
90
+> again with sudo.
91
+
92
Then, just run `composer` in order to run Composer instead of `php composer.phar`.
93
94
## Installation - Windows
0 commit comments