Skip to content

Instantly share code, notes, and snippets.

@jnankin
Created July 6, 2012 16:49
Show Gist options
  • Save jnankin/3061284 to your computer and use it in GitHub Desktop.
Save jnankin/3061284 to your computer and use it in GitHub Desktop.
curl -s http://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
rm -r vendor
rm -r bin
composer install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment