Skip to content

Instantly share code, notes, and snippets.

@salcode
Created June 11, 2015 13:28
Show Gist options
  • Save salcode/9dc7e9917e4e4bba7c47 to your computer and use it in GitHub Desktop.
Save salcode/9dc7e9917e4e4bba7c47 to your computer and use it in GitHub Desktop.
composer command line install
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