Skip to content

Instantly share code, notes, and snippets.

@jasonruyle
Created August 15, 2012 19:02
Show Gist options
  • Save jasonruyle/3362614 to your computer and use it in GitHub Desktop.
Save jasonruyle/3362614 to your computer and use it in GitHub Desktop.
Install composer as system wide tool on OSX
alias composer="php /usr/local/bin/composer.phar"
curl -s http://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment