From 89e138a593d1d23a862c9e6e51201026b90b7df9 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 12 Apr 2018 19:06:24 +0200 Subject: [PATCH] Add hint about .local/bin to docs, fixes #7132 --- doc/00-intro.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/00-intro.md b/doc/00-intro.md index e0a81b05b..2470f45fe 100644 --- a/doc/00-intro.md +++ b/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.