1
0
Fork 0

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

pull/7158/merge
Jordi Boggiano 2018-04-12 19:06:24 +02:00
parent 277f32d388
commit 89e138a593
1 changed files with 4 additions and 0 deletions

View File

@ -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.