diff --git a/README.md b/README.md index 01dd13a..ef93a35 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,18 @@ PHP_WITHOUT_PEAR=yes asdf install php Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to install & manage versions. +## Global Composer Dependencies + +After installing a global composer package you will need to run `asdf reshim`. + +### Example + +```shell +composer global require friendsofphp/php-cs-fixer +asdf reshim +php-cs-fixer --version +``` + ## License Licensed under the