You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Composer put its config directory at $HOME/.config/composer instead of $HOME/.composer. Consequently the export statement in the install instructions failed for me. It should be export PATH="$PATH:$HOME/.config/composer/vendor/bin".
The text was updated successfully, but these errors were encountered:
Composer put its config directory at
$HOME/.config/composer
instead of$HOME/.composer
. Consequently the export statement in the install instructions failed for me. It should be exportPATH="$PATH:$HOME/.config/composer/vendor/bin"
.The text was updated successfully, but these errors were encountered: