-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
OS X / Linux
https://getcomposer.org/doc/00-intro.md#installation-nix
Install with composer shortcut (instead of php composer.phar).
User account
cd $HOME ; curl -sS https://getcomposer.org/installer | php ; echo -e "\n# Composer\nalias composer=\"php \$HOME/composer.phar\"" >> $HOME/.bash_profile ; source $HOME/.bash_profileInstalls Composer and adds alias to .bash_profile.
System wide
curl -sS https://getcomposer.org/installer | php ; mv composer.phar /usr/local/bin/composerMay require sudo
Windows install
https://getcomposer.org/doc/00-intro.md#installation-windows
Reactions are currently unavailable