Created
June 11, 2015 13:28
-
-
Save salcode/9dc7e9917e4e4bba7c47 to your computer and use it in GitHub Desktop.
composer command line install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -sS https://getcomposer.org/installer | php;\ | |
mkdir -p /usr/local/bin;\ | |
mv composer.phar /usr/local/bin/composer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment