瀏覽代碼

Add hint about .local/bin to docs, fixes #7132

Jordi Boggiano 7 年之前
父節點
當前提交
89e138a593
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      doc/00-intro.md

+ 4 - 0
doc/00-intro.md

@@ -94,6 +94,10 @@ you can run this to move composer.phar to a directory that is in your path:
 mv composer.phar /usr/local/bin/composer
 ```
 
+If you like to install it only for your user and avoid requiring root permissions,
+you can use `~/.local/bin` instead which is available by default on some
+Linux distributions.
+
 > **Note:** If the above fails due to permissions, you may need to run it again
 > with sudo.