Browse Source

Remind people to use sudo, refs #1807

Jordi Boggiano 12 năm trước cách đây
mục cha
commit
cf6cb35abd
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      doc/00-intro.md

+ 3 - 0
doc/00-intro.md

@@ -86,6 +86,9 @@ You can run these commands to easily access `composer` from anywhere on your sys
     $ curl -sS https://getcomposer.org/installer | php
     $ mv composer.phar /usr/local/bin/composer
 
+> **Note:** If the above fails due to permissions, run the `mv` line
+> again with sudo.
+
 Then, just run `composer` in order to run Composer instead of `php composer.phar`.
 
 ## Installation - Windows